Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for NodeSelector (0.27 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1.NodeSelector)(nil), (*core.NodeSelector)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_NodeSelector_To_core_NodeSelector(a.(*v1.NodeSelector), b.(*core.NodeSelector), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*core.NodeSelector)(nil), (*v1.NodeSelector)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	if podIsGated {
    		// Additions to spec.nodeSelector are allowed (no deletions or mutations) for gated pods.
    		if !apiequality.Semantic.DeepEqual(mungedPodSpec.NodeSelector, oldPod.Spec.NodeSelector) {
    			allErrs = append(allErrs, validateNodeSelectorMutation(specPath.Child("nodeSelector"), mungedPodSpec.NodeSelector, oldPod.Spec.NodeSelector)...)
    			mungedPodSpec.NodeSelector = oldPod.Spec.NodeSelector // +k8s:verify-mutation:reason=clone
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// K8s node selector.
    	//
    	// See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
    	//
    	// Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    	NodeSelector *structpb.Struct `protobuf:"bytes,10,opt,name=nodeSelector,proto3" json:"nodeSelector,omitempty"`
    	// K8s annotations for pods.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// +optional
    	MinDomains *int32
    	// NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector
    	// when calculating pod topology spread skew. Options are:
    	// - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations.
    	// - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      optional int32 minDomains = 5;
    
      // NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector
      // when calculating pod topology spread skew. Options are:
      // - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations.
      // - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// NodeSelector is a selector which must be true for the pod to fit on a node.
    	// Selector which must match a node's labels for the pod to be scheduled on that node.
    	// More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
    	// +optional
    	// +mapType=atomic
    	NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,7,rep,name=nodeSelector"`
    
    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. prow/config/calico.yaml

                    description: The node name identifying the Calico node instance that
                      is targeted by this peer. If this is not set, and no nodeSelector
                      is specified, then this BGP peer selects all nodes in the cluster.
                    type: string
                  nodeSelector:
                    description: Selector for the nodes that should have this peering.  When
                      this is set, the Node field must be empty.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      optional int32 minDomains = 5;
    
      // NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector
      // when calculating pod topology spread skew. Options are:
      // - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations.
      // - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	s := strings.Join([]string{`&AllocationResult{`,
    		`ResourceHandles:` + repeatedStringForResourceHandles + `,`,
    		`AvailableOnNodes:` + strings.Replace(fmt.Sprintf("%v", this.AvailableOnNodes), "NodeSelector", "v1.NodeSelector", 1) + `,`,
    		`Shareable:` + fmt.Sprintf("%v", this.Shareable) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *AllocationResultModel) String() string {
    	if this == nil {
    		return "nil"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"nodeAffinityPolicy": "NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.\n\nIf this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top