package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/kubectl.git
Documentation: pkg.go.dev

# Functions

IsCreated is a condition func for waiting for something to be created.
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.
JSONPathWait holds a JSONPath Parser which has the ability to check for the JSONPath condition and compare with the API server provided JSON output.
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.