Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for key5 (0.07 sec)

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

    										{
    											Key:      "key",
    											Operator: metav1.LabelSelectorOpNotIn,
    											Values:   []string{"value1", "value2"},
    										},
    										{
    											Key:      "key2",
    											Operator: metav1.LabelSelectorOpIn,
    											Values:   []string{"value1"},
    										},
    										{
    											Key:      "key3",
    											Operator: metav1.LabelSelectorOpNotIn,
    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__resource.k8s.io__v1alpha2_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        type: object
                        x-kubernetes-validations:
                        - message: wildcard not allowed in label key match
                          rule: self.all(key, !key.contains('*'))
                        - message: key must not be empty
                          rule: self.all(key, key.size() != 0)
                    type: object
                  sha256:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                          A label selector requirement is a selector that contains values, a key, and an operator that
                                          relates the key and values.
                                        properties:
                                          key:
                                            description: key is the label key that the
                                              selector applies to.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top