Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for evacuate (0.62 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    			MatchConditions: []admissionregistration.MatchCondition{{
    				Name:       "webhook.k8s.io",
    				Expression: "true",
    			}},
    		},
    		}, true),
    		expectedError: ``,
    	}, {
    		name: "must evaluate to bool",
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    			Name:         "webhook.k8s.io",
    			ClientConfig: validClientConfig,
    			SideEffects:  &noSideEffect,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				// - without has checks:
    
    				// if all() predicate evaluates to false or error for all elements, any error encountered is raised
    				"self.listMap.all(m, m.v2 == 'z')": "no such key: v2",
    				// exists one() is stricter than map() or exists(), it requires exactly one predicate evaluate to true and the rest
    				// evaluate to false, any error encountered is raised
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      LLVM_DEBUG(result.print(llvm::dbgs() << "\nEvaluate partially "));
      auto rt = mlir::dyn_cast<RankedTensorType>(result.getType());
      if (!rt || !rt.hasStaticShape() || rt.getRank() != 1) return {};
      int dim_size = rt.getDimSize(0);
    
      // Worklist to direct partial evaluation.
      SmallVector<ValuePort, 4> worklist;
    
      // Simple evaluator that attempts to partially evaluate the input value even
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    // similarity to the switch statement, the case statements in a select are
    // evaluated in a pseudorandom order if there are multiple channels ready to
    // read from when the select is evaluated.  In other words, case statements
    // are evaluated in random order, and you can not assume that the case
    // statements evaluate in order if multiple channels have events.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    ReflectionValueExtra { private static Class[] args; private static Object[] params; private static ClassMap classMap; private static java.util.Map classMaps; private void ReflectionValueExtra(); public static Object evaluate(String, Object) throws Exception; public static Object evaluate(String, Object, boolean) throws Exception; private static ClassMap getClassMap(Class); static void <clinit>(); } org/codehaus/plexus/util/IOUtil.class package org.codehaus.plexus.util; public final synchronized class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_test.go

    }
    
    // testPodSyncLoopHandler is a lifecycle.PodSyncLoopHandler that is used for testing.
    type testPodSyncLoopHandler struct {
    	// list of pods to sync
    	podsToSync []*v1.Pod
    }
    
    // ShouldSync evaluates if the pod should be synced from the kubelet.
    func (a *testPodSyncLoopHandler) ShouldSync(pod *v1.Pod) bool {
    	for _, podToSync := range a.podsToSync {
    		if podToSync.UID == pod.UID {
    			return true
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  7. pkg/config/validation/validation.go

    	// program size, we approximate by the length. To ensure that a program that is smaller than 1024
    	// length but larger than 1024 size does not enter the system, we program Envoy to allow very large
    	// regexs to avoid NACKs. See
    	// https://github.com/jpeach/snippets/blob/889fda84cc8713af09205438b33553eb69dd5355/re2sz.cc to
    	// evaluate program size.
    	if len(re) > 1024 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    // this is not always the case, JAX may trace the program differently based on
    // the shape polymorphism specification, for example, if the program contains
    // a conditional on "x.shape[0] % 2 == 0" that conditional would evaluate to
    // True with x specified as (2*b, ...) and False otherwise. We can revisit
    // this when need arises. See b/295316438 for details.
    class RemoveCustomCallWithShapeAssertion
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    		w.Header().Set(xhttp.AmzServerSideEncryptionCustomerKeyMD5, r.Header.Get(xhttp.AmzServerSideEncryptionCustomerKeyMD5))
    	}
    
    	s3Select.Evaluate(w)
    
    	// Notify object accessed via a GET request.
    	sendEvent(eventArgs{
    		EventName:    event.ObjectAccessedGet,
    		BucketName:   bucket,
    		Object:       objInfo,
    		ReqParams:    extractReqParams(r),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

      fi
      local paramstring
      paramstring="$(convert-manifest-params "${params[*]}")"
      local -r src_file="${KUBE_HOME}/kube-manifests/kubernetes/gci-trusty/kube-controller-manager.manifest"
      # Evaluate variables.
      sed -i -e "s@{{pillar\['kube_docker_registry'\]}}@${DOCKER_REGISTRY}@g" "${src_file}"
      sed -i -e "s@{{pillar\['kube-controller-manager_docker_tag'\]}}@${kube_rc_docker_tag}@g" "${src_file}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top