gateway api v1.6.2 experimental

XBackend

XBackend is a Gateway API resource that represents a backend destination for routing traffic. It serves as a Gateway-native way to define where and how a Gateway should connect to a backend. Support: Extended

5 fields
XBackend fields and descriptions
Field / TypeDescription
apiVersion
string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kind
string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

metadata
object

No description provided.

object required

Spec defines the desired state of XBackend.

  • x-kubernetes-validations: [{"message":"externalHostname must be set when type is ExternalHostname and must be unset otherwise","rule":"self.type == 'ExternalHostname' ? has(self.externalHostname) : !has(self.externalHostname)"}]
object

Status defines the current state of XBackend.