type ConditionalWait …
func (w ConditionalWait) IsConditionMet(ctx context.Context, info *resource.Info, o *WaitOptions) (runtime.Object, bool, error) { … }
func (w ConditionalWait) checkCondition(obj *unstructured.Unstructured) (bool, error) { … }
func (w ConditionalWait) isConditionMet(event watch.Event) (bool, error) { … }
type isCondMetFunc …
type checkCondFunc …
func getObjAndCheckCondition(ctx context.Context, info *resource.Info, o *WaitOptions, condMet isCondMetFunc, check checkCondFunc) (runtime.Object, bool, error) { … }
func extendErrWaitTimeout(err error, info *resource.Info) error { … }
func getObservedGeneration(obj *unstructured.Unstructured, condition map[string]interface{ … }