Skip to main content

Interface: KubeEndpointAddress

Defined in: lib/k8s/endpoints.ts:28

Properties​

hostname​

hostname: string;

Defined in: lib/k8s/endpoints.ts:29


ip​

ip: string;

Defined in: lib/k8s/endpoints.ts:30


nodeName?​

optional nodeName?: string;

Defined in: lib/k8s/endpoints.ts:31


targetRef?​

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

Defined in: lib/k8s/endpoints.ts:32

Type Declaration​

fieldPath​
fieldPath: string;