Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Retry = wait.Backoff{ Steps: 5, Duration: 5 * time.Second, Factor: 1.2, Jitter: 0.1, }
Functions ¶
func GetLocalNode ¶
func GetLocalNode(clientset kubernetes.Interface) (*v1.Node, error)
func WaitForLocalNodeReady ¶ added in v0.18.3
func WaitForLocalNodeReady(ctx context.Context, client kubernetes.Interface)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.