Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for forwarding (0.14 sec)

  1. cluster/gce/util.sh

      # Step 3: Create forwarding rule.
      # TODO: This step can take up to 20 min. We need to speed this up...
      gcloud compute forwarding-rules create "${MASTER_NAME}" \
        --project "${PROJECT}" --region "${REGION}" \
        --target-pool "${MASTER_NAME}" --address="${KUBE_MASTER_IP}" --ports=443
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Implements {@code Collection.contains} safely for forwarding collections of map entries. If
       * {@code o} is an instance of {@code Entry}, it is wrapped using {@link #unmodifiableEntry} to
       * protect against a possible nefarious equals method.
       *
       * <p>Note that {@code c} is the backing (delegate) collection, rather than the forwarding
       * collection.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Implements {@code Collection.contains} safely for forwarding collections of map entries. If
       * {@code o} is an instance of {@code Entry}, it is wrapped using {@link #unmodifiableEntry} to
       * protect against a possible nefarious equals method.
       *
       * <p>Note that {@code c} is the backing (delegate) collection, rather than the forwarding
       * collection.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    double type: number type: object type: object delay: description: Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc. oneOf: - not: anyOf: - required: - fixedDelay - required: - exponentialDelay - required: - fixedDelay - required: - exponentialDelay properties: exponentialDelay: type: string fixedDelay: description: Add a fixed delay before forwarding the request. type: string percent: description: Percentage of requests on which the...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    //  2. Another service, B', with P -> T'. In this case, the listener will be distinct, since its based on the target.
    //     The cluster, however, will be shared, which is broken, because we should be forwarding to T when we call B, and T' when we call B'.
    //  3. Another service, B', with P' -> T. In this case, the listener is shared. This is fine, with the exception of different protocols
    //     The cluster is distinct.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	livenessManager  proberesults.Manager
    	readinessManager proberesults.Manager
    	startupManager   proberesults.Manager
    
    	// How long to keep idle streaming command execution/port forwarding
    	// connections open before terminating them
    	streamingConnectionIdleTimeout time.Duration
    
    	// The EventRecorder to use
    	recorder record.EventRecorder
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    * Send recycle events from pod to pv. ([#27714](https://github.com/kubernetes/kubernetes/pull/27714), [@jsafrane](https://github.com/jsafrane))
    * Add port forwarding for rkt with kvm stage1 ([#32126](https://github.com/kubernetes/kubernetes/pull/32126), [@jjlakis](https://github.com/jjlakis))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/generic.rules

    	&& disjoint(op, t1.Size(), p3, t3.Size())
    	&& disjoint(op, t1.Size(), p4, t4.Size())
    	&& disjoint(op, t1.Size(), p5, t5.Size())
    	=> @mem.Block (Load <t1> (OffPtr <op.Type> [o1] p6) mem)
    
    // Zero to Load forwarding.
    (Load <t1> (OffPtr [o] p1) (Zero [n] p2 _))
    	&& t1.IsBoolean()
    	&& isSamePtr(p1, p2)
    	&& n >= o + 1
    	=> (ConstBool [false])
    (Load <t1> (OffPtr [o] p1) (Zero [n] p2 _))
    	&& is8BitInt(t1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        TF_RETURN_IF_ERROR(graph_->UpdateEdge(placeholder_node, 0, edge->dst(),
                                              edge->dst_input()));
      }
    
      // TODO(lyandy): Preserve control dependencies properly by not forwarding
      // control dependencies to data outputs and not removing single output nodes.
      // When a data output is replaced as a feed, unless there is another non feed
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top