Interface: KubeEndpointAddress
Properties
hostname
hostname: string;
Defined in
ip
ip: string;
Defined in
nodeName?
optional nodeName: string;
Defined in
targetRef?
optional targetRef: Pick<KubeObjectInterface, "kind" | "apiVersion"> & Pick<KubeMetadata, "name" | "namespace" | "resourceVersion" | "uid"> & object;
Type declaration
fieldPath
fieldPath: string;