Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for wildcard$ (0.18 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            label must appear by itself as the first label.
    
    
                        Hostname can be "precise" which is a domain name without the terminating
                        dot of a network host (e.g. "foo.example.com") or "wildcard", which is a
                        domain name prefixed with a single wildcard label (e.g. `*.example.com`).
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                        additionalProperties:
                          maxLength: 63
                          type: string
                          x-kubernetes-validations:
                          - message: wildcard not allowed in label value match
                            rule: '!self.contains(''*'')'
                        description: One or more labels that indicate a specific set of
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        additionalProperties:
                          maxLength: 63
                          type: string
                          x-kubernetes-validations:
                          - message: wildcard not allowed in label value match
                            rule: '!self.contains(''*'')'
                        description: One or more labels that indicate a specific set of
    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. CHANGELOG/CHANGELOG-1.19.md

    - Ingress: Add alternate backends via TypedLocalObjectReference ([#88775](https://github.com/kubernetes/kubernetes/pull/88775), [@cmluciano](https://github.com/cmluciano)) [SIG Apps and Network]
    - Ingress: allow wildcard hosts in IngressRule ([#88858](https://github.com/kubernetes/kubernetes/pull/88858), [@cmluciano](https://github.com/cmluciano)) [SIG Network]
    - Introduces optional --detect-local flag to kube-proxy. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "operator": {
                "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
                "type": "string"
              },
              "tolerationSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    Reads a tensor stored in one or several files. If there are several files (for
    instance because a tensor was saved as slices), `file_pattern` may contain
    wildcard symbols (`*` and `?`) in the filename portion only, not in the
    directory portion.
    
    If a `file_pattern` matches several files, `preferred_shard` can be used to hint
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top