Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MatchExpressions (0.23 sec)

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

    	nodeSelectorTerms := []core.NodeSelectorTerm{}
    	for _, term := range terms {
    		matchExpressions := []core.NodeSelectorRequirement{}
    		for _, topology := range term {
    			matchExpressions = append(matchExpressions, core.NodeSelectorRequirement{
    				Key:      topology.key,
    				Operator: core.NodeSelectorOpIn,
    				Values:   []string{topology.value},
    			})
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
                "items": {
                  "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top