var waitLong …
var waitExample …
var errNoMatchingResources …
type WaitFlags …
func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams genericiooptions.IOStreams) *WaitFlags { … }
func NewCmdWait(restClientGetter genericclioptions.RESTClientGetter, streams genericiooptions.IOStreams) *cobra.Command { … }
func (flags *WaitFlags) AddFlags(cmd *cobra.Command) { … }
func (flags *WaitFlags) ToOptions(args []string) (*WaitOptions, error) { … }
func conditionFuncFor(condition string, errOut io.Writer) (ConditionFunc, error) { … }
func newJSONPathParser(jsonPathExpression string) (*jsonpath.JSONPath, error) { … }
func processJSONPathInput(input string) (string, string, error) { … }
func splitJSONPathInput(input string) []string { … }
type ResourceLocation …
type UIDMap …
type WaitOptions …
type ConditionFunc …
func (o *WaitOptions) RunWait() error { … }