gateway api v1.6.2 experimental

XBackend.status.parents[]

BackendAncestorStatus describes the status of a Backend with respect to a specific parent resource (typically a Gateway).

3 fields
XBackend.status.parents[] fields and descriptions
Field / TypeDescription
object[]

For Kubernetes API conventions, see: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties conditions represent the current state of the Backend resource. Each condition has a unique type and reflects the status of a specific aspect of the resource. Defined condition types include: - "Accepted": the resource has been acknowledged and accepteed by the controller The status of each condition is one of True, False, or Unknown.

  • x-kubernetes-list-map-keys: ["type"]
  • x-kubernetes-list-type: "map"
controllerName
string required

ControllerName is a domain/path string that indicates the name of the controller that manages the Backend. Example: "example.net/gateway-controller". The format of this field is DOMAIN "/" PATH, where DOMAIN and PATH are valid Kubernetes names (https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names).

  • minLength: 1
  • maxLength: 253
  • pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\/[A-Za-z0-9\/\-._~%!$&'()*+,;=:]+$
object required

AncestorRef identifies the parent resource that this status is associated with.