Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for targetRefs (0.14 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    type: array
                type: object
                x-kubernetes-validations:
                - message: only one of targetRefs or workloadSelector can be set
                  rule: (has(self.selector)?1:0)+(has(self.targetRef)?1:0)+(has(self.targetRefs)?1:0)<=1
              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)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                    type: array
                type: object
                x-kubernetes-validations:
                - message: only one of targetRefs or workloadSelector can be set
                  rule: (has(self.selector)?1:0)+(has(self.targetRef)?1:0)+(has(self.targetRefs)?1:0)<=1
              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)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

              metadata:
                type: object
              spec:
                description: Spec defines the desired state of BackendTLSPolicy.
                properties:
                  targetRefs:
                    description: |-
                      TargetRefs identifies an API object to apply the policy to.
                      Only Services have Extended support. Implementations MAY support
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                          pods/VMs on which a policy should be applied.
                        type: object
                    type: object
                  targetRef:
                    description: Optional.
                    properties:
                      group:
                        description: group is the group of the target resource.
                        type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top