Skip to main content

Interface: KubeEndpointSliceEndpoint

Properties

addresses

addresses: string[];

Defined in

src/lib/k8s/endpointSlices.ts:27


conditions?

optional conditions: KubeEndpointSliceEndpointConditions;

Defined in

src/lib/k8s/endpointSlices.ts:30


hostname

hostname: string;

Defined in

src/lib/k8s/endpointSlices.ts:28


nodeName?

optional nodeName: string;

Defined in

src/lib/k8s/endpointSlices.ts:29


targetRef?

optional targetRef: Pick<KubeObjectInterface, "kind" | "apiVersion"> & Pick<KubeMetadata, "namespace" | "name" | "resourceVersion" | "uid"> & object;

Type declaration

fieldPath
fieldPath: string;

Defined in

src/lib/k8s/endpointSlices.ts:32


zone?

optional zone: string;

Defined in

src/lib/k8s/endpointSlices.ts:31