gateway api v1.6.2 standard

ListenerSet.spec.parentRef

ParentRef references the Gateway that the listeners are attached to.

4 fields
ListenerSet.spec.parentRef fields and descriptions
Field / TypeDescription
group
string

Group is the group of the referent.

  • default: "gateway.networking.k8s.io"
  • maxLength: 253
  • pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
kind
string

Kind is kind of the referent. For example "Gateway".

  • default: "Gateway"
  • minLength: 1
  • maxLength: 63
  • pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
name
string required

Name is the name of the referent.

  • minLength: 1
  • maxLength: 253
namespace
string

Namespace is the namespace of the referent. If not present, the namespace of the referent is assumed to be the same as the namespace of the referring object.

  • minLength: 1
  • maxLength: 63
  • pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$