Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressType ¶
type AddressType string
AddressType represents a type of IP address for a node. They are copied from k8s.io/api/core/v1/types.go to avoid pulling in a lot of Kubernetes imports into this package.s
const ( NodeHostName AddressType = "Hostname" NodeExternalIP AddressType = "ExternalIP" NodeInternalIP AddressType = "InternalIP" NodeExternalDNS AddressType = "ExternalDNS" NodeInternalDNS AddressType = "InternalDNS" NodeCiliumInternalIP AddressType = "CiliumInternalIP" )
Click to show internal directories.
Click to hide internal directories.