Skip to main content

Interface: KubeEndpointAddress

Properties

hostname

hostname: string;

Defined in

src/lib/k8s/endpoints.ts:28


ip

ip: string;

Defined in

src/lib/k8s/endpoints.ts:29


nodeName?

optional nodeName: string;

Defined in

src/lib/k8s/endpoints.ts:30


targetRef?

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

Type declaration

fieldPath
fieldPath: string;

Defined in

src/lib/k8s/endpoints.ts:31