Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 420 for NodeSelector (0.1 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/input/pilot_override_values.yaml

      values:
        pilot:
          resources:
            requests:
              cpu: 222m
              memory: 333Mi
          autoscaleMax: 8
          autoscaleMin: 2
          rollingMaxUnavailable: 30%
          nodeSelector:
            node-name: test
      unvalidatedValues:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 23 18:13:51 UTC 2021
    - 511 bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podspec.go

    	return b
    }
    
    // WithNodeSelector puts the entries into the NodeSelector field in the declarative configuration
    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, the entries provided by each call will be put on the NodeSelector field,
    // overwriting an existing map entries in NodeSelector field with the same key.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 23.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.NodeSelector) > 0 {
    		keysForNodeSelector := make([]string, 0, len(m.NodeSelector))
    		for k := range m.NodeSelector {
    			keysForNodeSelector = append(keysForNodeSelector, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForNodeSelector)
    		for iNdEx := len(keysForNodeSelector) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.NodeSelector[string(keysForNodeSelector[iNdEx])]
    			baseI := i
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/node/v1/generated.pb.go

    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.NodeSelector) > 0 {
    		keysForNodeSelector := make([]string, 0, len(m.NodeSelector))
    		for k := range m.NodeSelector {
    			keysForNodeSelector = append(keysForNodeSelector, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForNodeSelector)
    		for iNdEx := len(keysForNodeSelector) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.NodeSelector[string(keysForNodeSelector[iNdEx])]
    			baseI := i
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/pilot_k8s_settings.yaml

            readinessProbe:
              httpGet:
                path: /ready
                port: 8080
              initialDelaySeconds: 555
            resources:
              requests:
                memory: 999Mi
            nodeSelector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1alpha1.RuntimeClass.yaml

      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      overhead:
        podFixed:
          podFixedKey: "0"
      runtimeHandler: runtimeHandlerValue
      scheduling:
        nodeSelector:
          nodeSelectorKey: nodeSelectorValue
        tolerations:
        - effect: effectValue
          key: keyValue
          operator: operatorValue
          tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1alpha1.RuntimeClass.json

          }
        ]
      },
      "spec": {
        "runtimeHandler": "runtimeHandlerValue",
        "overhead": {
          "podFixed": {
            "podFixedKey": "0"
          }
        },
        "scheduling": {
          "nodeSelector": {
            "nodeSelectorKey": "nodeSelectorValue"
          },
          "tolerations": [
            {
              "key": "keyValue",
              "operator": "operatorValue",
              "value": "valueValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1alpha1.RuntimeClass.yaml

      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      overhead:
        podFixed:
          podFixedKey: "0"
      runtimeHandler: runtimeHandlerValue
      scheduling:
        nodeSelector:
          nodeSelectorKey: nodeSelectorValue
        tolerations:
        - effect: effectValue
          key: keyValue
          operator: operatorValue
          tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go

    	// NodeSelector is a selector which must be true for the carp to fit on a node.
    	// Selector which must match a node's labels for the carp to be scheduled on that node.
    	// More info: http://kubernetes.io/docs/user-guide/node-selection/README
    	// +optional
    	NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,7,rep,name=nodeSelector"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. helm-releases/minio-3.5.9.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.makeBucketJob.nodeSelector | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{-...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 03 23:29:03 UTC 2022
    - 17.7K bytes
    - Viewed (0)
Back to top