Skip to main content

Interface: KubeGateway

Defined in: lib/k8s/gateway.ts:76

Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.

See

Extends

Indexable

[otherProps: string]: any

Properties

actionType?

optional actionType?: any;

Defined in: lib/k8s/KubeObject.ts:730

Inherited from

KubeObjectInterface.actionType


apiVersion?

optional apiVersion?: string;

Defined in: lib/k8s/KubeObject.ts:725

Inherited from

KubeObjectInterface.apiVersion


items?

optional items?: any[];

Defined in: lib/k8s/KubeObject.ts:729

Inherited from

KubeObjectInterface.items


key?

optional key?: any;

Defined in: lib/k8s/KubeObject.ts:732

Inherited from

KubeObjectInterface.key


kind

kind: string;

Defined in: lib/k8s/KubeObject.ts:724

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

more info

Inherited from

KubeObjectInterface.kind


lastTimestamp?

optional lastTimestamp?: string;

Defined in: lib/k8s/KubeObject.ts:731

Inherited from

KubeObjectInterface.lastTimestamp


metadata

metadata: KubeMetadata;

Defined in: lib/k8s/KubeObject.ts:726

Inherited from

KubeObjectInterface.metadata


spec

spec: object;

Defined in: lib/k8s/gateway.ts:77

Index Signature

[key: string]: any

gatewayClassName?

optional gatewayClassName?: string;

listeners

listeners: GatewayListener[];

Overrides

KubeObjectInterface.spec


status

status: object;

Defined in: lib/k8s/gateway.ts:82

Index Signature

[otherProps: string]: any

addresses?

optional addresses?: GatewayStatusAddress[];

conditions?

optional conditions?: KubeCondition[];

listeners?

optional listeners?: GatewayListenerStatus[];

Overrides

KubeObjectInterface.status