Interface: KubeGateway
Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.
See
- https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Gateway Gateway API reference for Gateway
- https://gateway-api.sigs.k8s.io/api-types/gateway/ Gateway API definition for Gateway
Extends
Properties
actionType?
optional actionType: any;
Inherited from
KubeObjectInterface
.actionType
Defined in
apiVersion?
optional apiVersion: string;
Inherited from
KubeObjectInterface
.apiVersion
Defined in
items?
optional items: any[];
Inherited from
Defined in
key?
optional key: any;
Inherited from
Defined in
kind
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.
In CamelCase.
Cannot be updated.
See
Inherited from
Defined in
lastTimestamp?
optional lastTimestamp: string;
Inherited from
KubeObjectInterface
.lastTimestamp
Defined in
metadata
metadata: KubeMetadata;
Inherited from
Defined in
spec
spec: object;
Index Signature
[key
: string
]: any
gatewayClassName?
optional gatewayClassName: string;
listeners
listeners: GatewayListener[];
Overrides
Defined in
status
status: object;
Index Signature
[otherProps
: string
]: any
addresses?
optional addresses: GatewayStatusAddress[];
conditions?
optional conditions: KubeCondition[];
listeners?
optional listeners: GatewayListenerStatus[];