Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for matchLabels (0.46 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                          type: array
                      type: object
                    type: array
                  selector:
                    description: Optional.
                    properties:
                      matchLabels:
                        additionalProperties:
                          type: string
                        description: One or more labels that indicate a specific set of
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                type: object
                x-kubernetes-validations:
                - message: portLevelMtls requires selector
                  rule: (has(self.selector) && has(self.selector.matchLabels) && self.selector.matchLabels.size()
                    > 0) || !has(self.portLevelMtls)
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
            type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                type: object
                x-kubernetes-validations:
                - message: portLevelMtls requires selector
                  rule: (has(self.selector) && has(self.selector.matchLabels) && self.selector.matchLabels.size()
                    > 0) || !has(self.portLevelMtls)
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
            type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	}, {
    		name: "invalid matchLabels set on labelSelector when AllowInvalidTopologySpreadConstraintLabelSelector is false",
    		constraints: []core.TopologySpreadConstraint{{
    			MaxSkew:           1,
    			TopologyKey:       "k8s.io/zone",
    			WhenUnsatisfiable: core.DoNotSchedule,
    			MinDomains:        nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                    matchLabels:
                                      additionalProperties:
                                        type: string
                                      description: |-
                                        matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "x-kubernetes-list-type": "atomic"
              },
              "matchLabels": {
                "additionalProperties": {
                  "default": "",
                  "type": "string"
                },
    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