Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for meets (0.12 sec)

  1. pkg/apis/core/types.go

    	// a node that violates one or more of the expressions. The node that is
    	// most preferred is the one with the greatest sum of weights, i.e.
    	// for each node that meets all of the scheduling requirements (resource
    	// request, requiredDuringScheduling affinity expressions, etc.),
    	// compute a sum by iterating through the elements of this field and adding
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions;...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "suspend": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	Image string `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
    	// The Repair controller has 3 modes (labelPods, deletePods, and repairPods). Pick which one meets your use cases. Note only one may be used.
    	// The mode defines the action the controller will take when a pod is detected as broken.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // a node that violates one or more of the expressions. The node that is
      // most preferred is the one with the greatest sum of weights, i.e.
      // for each node that meets all of the scheduling requirements (resource
      // request, requiredDuringScheduling affinity expressions, etc.),
      // compute a sum by iterating through the elements of this field and adding
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// a node that violates one or more of the expressions. The node that is
    	// most preferred is the one with the greatest sum of weights, i.e.
    	// for each node that meets all of the scheduling requirements (resource
    	// request, requiredDuringScheduling affinity expressions, etc.),
    	// compute a sum by iterating through the elements of this field and adding
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    		// implementation limitations, it might not be
    		// possible to fail TLS negotiation. An endpoint MUST
    		// immediately terminate an HTTP/2 connection that
    		// does not meet the TLS requirements described in
    		// this section with a connection error (Section
    		// 5.4.1) of type INADEQUATE_SECURITY.
    		if sc.tlsState.Version < tls.VersionTLS12 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top