gateway api v1.1.0 experimental

BackendLBPolicy.spec

Spec defines the desired state of BackendLBPolicy.

2 fields
BackendLBPolicy.spec fields and descriptions
Field / TypeDescription
object

SessionPersistence defines and configures session persistence for the backend. Support: Extended

  • x-kubernetes-validations: [{"message":"AbsoluteTimeout must be specified when cookie lifetimeType is Permanent","rule":"!has(self.cookieConfig.lifetimeType) || self.cookieConfig.lifetimeType != 'Permanent' || has(self.absoluteTimeout)"}]
object[] required

TargetRef identifies an API object to apply policy to. Currently, Backends (i.e. Service, ServiceImport, or any implementation-specific backendRef) are the only valid API target references.

  • minItems: 1
  • maxItems: 16
  • x-kubernetes-list-map-keys: ["group","kind","name"]
  • x-kubernetes-list-type: "map"