package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/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.
ResourceLocation holds the location of a resource.
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.
UIDMap maps ResourceLocation with UID.