Documentation
¶
Overview ¶
Package condition provides strategies for waiting for infrastructure to reach a desired state through conditional predicates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterHasReadyNode ¶
ClusterHasReadyNode is a ClusterConditionFunc which polls for at least one node to have the condition NodeReady=True.
Types ¶
type ClusterConditionFunc ¶
ClusterConditionFunc represents a function that tests a condition against an LKE cluster, returns true if the condition has been reached, false if it has not yet been reached.
Click to show internal directories.
Click to hide internal directories.