Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + const NodeUnreachablePodMessage + const NodeUnreachablePodReason + func GetHostname(hostnameOverride string) (string, error) + func GetNodeHostIP(node *v1.Node) (net.IP, error) + func GetNodeIP(client clientset.Interface, hostname string) net.IP + func GetPreferredNodeAddress(node *v1.Node, preferredAddressTypes []v1.NodeAddressType) (string, error) + func GetZoneKey(node *v1.Node) string + func PatchNodeCIDR(c clientset.Interface, node types.NodeName, cidr string) error + func PatchNodeCIDRs(c clientset.Interface, node types.NodeName, cidrs []string) error + func PatchNodeStatus(c v1core.CoreV1Interface, nodeName types.NodeName, oldNode *v1.Node, ...) (*v1.Node, []byte, error) + func SetNodeCondition(c clientset.Interface, node types.NodeName, condition v1.NodeCondition) error + type NoMatchError struct + func (e *NoMatchError) Error() string