gateway api v1.6.2 experimental

XBackend.status.parents

Ancestors is a list of parent resources associated with this Backend, and the status of the Backend with respect to each parent. A maximum of 32 parents will be represented in this list. An empty list indicates that the Backend is not associated with any parents.

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.