gateway api v1.0.0 experimental

BackendTLSPolicy.spec

Spec defines the desired state of BackendTLSPolicy.

2 fields
BackendTLSPolicy.spec fields and descriptions
Field / TypeDescription
object required

TargetRef identifies an API object to apply the policy to. Only Services have Extended support. Implementations MAY support additional objects, with Implementation Specific support. Note that this config applies to the entire referenced resource by default, but this default may change in the future to provide a more granular application of the policy. Support: Extended for Kubernetes Service Support: Implementation-specific for any other resource

object required

TLS contains backend TLS policy configuration.

  • x-kubernetes-validations: [{"message":"must not contain both CACertRefs and WellKnownCACerts","rule":"!(has(self.caCertRefs) \u0026\u0026 size(self.caCertRefs) \u003e 0 \u0026\u0026 has(self.wellKnownCACerts) \u0026\u0026 self.wellKnownCACerts != \"\")"},{"message":"must specify either CACertRefs or WellKnownCACerts","rule":"(has(self.caCertRefs) \u0026\u0026 size(self.caCertRefs) \u003e 0 || has(self.wellKnownCACerts) \u0026\u0026 self.wellKnownCACerts != \"\")"}]