Interface: GatewayParentReference
ParentReference identifies an API object (usually a Gateway) that can be considered a parent of this resource (usually a route).
See
https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.ParentReference Gateway API reference for ParentReference
Properties
group?
optional group: string;
Defined in
kind?
optional kind: string;
Defined in
name
name: string;
Defined in
namespace?
optional namespace: string;
Defined in
port?
optional port: number;
Defined in
sectionName?
optional sectionName: string;