Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 189 for notin (0.06 sec)

  1. pkg/apis/core/types.go

    	// The label key that the selector applies to.
    	Key string
    	// Represents a key's relationship to a set of values.
    	// Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
    	Operator NodeSelectorOperator
    	// An array of string values. If the operator is In or NotIn,
    	// the values array must be non-empty. If the operator is Exists or DoesNotExist,
    	// the values array must be empty. If the operator is Gt or Lt, the values
    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. pkg/apis/batch/validation/validation_test.go

    							},
    						}},
    					},
    				},
    			},
    			opts: JobValidationOptions{RequirePrefixedLabels: true},
    		},
    		`spec.podFailurePolicy.rules[0].onExitCodes.operator: Required value: valid values: ["In" "NotIn"]`: {
    			job: batch.Job{
    				ObjectMeta: validJobObjectMeta,
    				Spec: batch.JobSpec{
    					Selector: validGeneratedSelector,
    					Template: validPodTemplateSpecForGeneratedRestartPolicyNever,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.2.md

      * More expressive node affinity syntax, and support for “soft” node affinity.
    Node selectors (to constrain pods to schedule on a subset of nodes) now support
    the operators {<code>In, NotIn, Exists, DoesNotExist, Gt, Lt</code>}  instead of just conjunction of exact match on node label values. In
    addition, we’ve introduced a new “soft” kind of node selector that is just a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			obj: map[string]interface{}{
    				"matchExpressions": []interface{}{
    					map[string]interface{}{
    						"key":      "tier",
    						"operator": "In",
    						"values":   []interface{}{},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    admissionReviewVersi: ["v1beta1", "v1"] namespaceSelector: matchExpressions: - key: istio-injection operator: DoesNotExist - key: istio.io/rev operator: In values: - 1-9-5 objectSelector: matchExpressions: - key: "sidecar.istio.io/inject" operator: NotIn values: - "false" --- apiVersion: apps/v1 kind: Deployment metadata: name: istiod-1-9-5 namespace: istio-system labels: app: istiod istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" istio: pilot...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// Represents a key's relationship to a set of values.
    	// Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
    	Operator NodeSelectorOperator `json:"operator" protobuf:"bytes,2,opt,name=operator,casttype=NodeSelectorOperator"`
    	// An array of string values. If the operator is In or NotIn,
    	// the values array must be non-empty. If the operator is Exists or DoesNotExist,
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"key":      "The label key that the selector applies to.",
    	"operator": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. src/encoding/xml/xml.go

    	"dArr":     "\u21D3",
    	"hArr":     "\u21D4",
    	"forall":   "\u2200",
    	"part":     "\u2202",
    	"exist":    "\u2203",
    	"empty":    "\u2205",
    	"nabla":    "\u2207",
    	"isin":     "\u2208",
    	"notin":    "\u2209",
    	"ni":       "\u220B",
    	"prod":     "\u220F",
    	"sum":      "\u2211",
    	"minus":    "\u2212",
    	"lowast":   "\u2217",
    	"radic":    "\u221A",
    	"prop":     "\u221D",
    	"infin":    "\u221E",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    operator: DoesNotExist objectSelector: matchExpressions: - key: sidecar.istio.io/inject operator: NotIn values: - "false" {{- include "core" (mergeOverwrite (deepCopy $whv) (dict "Prefix" "rev.object.") ) }} namespaceSelector: matchExpressions: - key: istio.io/rev operator: DoesNotExist - key: istio-injection operator: DoesNotExist objectSelector: matchExpressions: - key: sidecar.istio.io/inject operator: NotIn values: - "false" - key: istio.io/rev operator: In values: - "default" {{- /* Case 1: Namespace...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  10. pkg/registry/core/pod/strategy_test.go

    		pod                *api.Pod
    		wantPod            *api.Pod
    		featureGateEnabled bool
    	}{
    		{
    			name:               "matchLabelKeys are merged into labelSelector with In and mismatchLabelKeys are merged with NotIn",
    			featureGateEnabled: true,
    			pod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						"country": "Japan",
    						"city":    "Kyoto",
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top