Skip to main content

Interface: KubeEndpointAddress

Properties

hostname

hostname: string;

Defined in

src/lib/k8s/endpoints.ts:12


ip

ip: string;

Defined in

src/lib/k8s/endpoints.ts:13


nodeName?

optional nodeName: string;

Defined in

src/lib/k8s/endpoints.ts:14


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:15