package
1.13.0-alpha.3
Repository: https://github.com/bluebreezecf/kubernetes.git
Documentation: pkg.go.dev
# Functions
IsDeleted is a condition func for waiting for something to be deleted.
NewCmdWait returns a cobra command for waiting.
NewWaitFlags returns a default WaitFlags.
# Structs
ConditionalWait hold information to check an API status condition.
No description provided by the author
Wait has helper methods for handling watches, including error handling.
WaitFlags directly reflect the information that CLI is gathering via flags.
WaitOptions is a set of options that allows you to wait.
# Type aliases
ConditionFunc is the interface for providing condition checks.
No description provided by the author