Documentation ¶
Index ¶
- func Blocked(node *corev1.Node, nodeClaim *v1.NodeClaim, reason string) (evs []events.Event)
- func Launching(nodeClaim *v1.NodeClaim, reason string) events.Event
- func NodePoolBlocked(nodePool *v1.NodePool) events.Event
- func NodePoolBlockedForDisruptionReason(nodePool *v1.NodePool, reason v1.DisruptionReason) events.Event
- func Terminating(node *corev1.Node, nodeClaim *v1.NodeClaim, reason string) []events.Event
- func Unconsolidatable(node *corev1.Node, nodeClaim *v1.NodeClaim, reason string) []events.Event
- func WaitingOnReadiness(nodeClaim *v1.NodeClaim) events.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Blocked ¶
Blocked is an event that informs the user that a NodeClaim/Node combination is blocked on deprovisioning due to the state of the NodeClaim/Node or due to some state of the pods that are scheduled to the NodeClaim/Node
func NodePoolBlockedForDisruptionReason ¶ added in v1.0.0
func Terminating ¶
func Unconsolidatable ¶
Unconsolidatable is an event that informs the user that a NodeClaim/Node combination cannot be consolidated due to the state of the NodeClaim/Node or due to some state of the pods that are scheduled to the NodeClaim/Node
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.