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