Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NodeUnreachablePodReason is the reason on a pod when its state cannot be confirmed as kubelet is unresponsive // on the node it is (was) running. NodeUnreachablePodReason = "NodeLost" // NodeUnreachablePodMessage is the message on a pod when its state cannot be confirmed as kubelet is unresponsive // on the node it is (was) running. NodeUnreachablePodMessage = "Node %v which was running pod %v is unresponsive" )
Variables ¶
This section is empty.
Functions ¶
func GetZoneKey ¶ added in v1.0.0
GetZoneKey is a helper function that builds a string identifier that is unique per failure-zone; it returns empty-string for no zone. Since there are currently two separate zone keys:
- "failure-domain.beta.kubernetes.io/zone"
- "topology.kubernetes.io/zone"
GetZoneKey will first check failure-domain.beta.kubernetes.io/zone and if not exists, will then check topology.kubernetes.io/zone
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.