Documentation ¶
Index ¶
- func PollImmediateWithReason(interval, timeout time.Duration, cond func() (bool, error, string)) (error, string)
- func PollWithReason(interval, timeout time.Duration, cond func() (bool, error, string)) (error, string)
- func WaitForAPIServicesAvaiable(client aggregatorclientset.Interface, selector labels.Selector) error
- func WaitForCRDNotFound(client apiextensionsclientset.Interface, name string) error
- func WaitForCRDsEstablished(client apiextensionsclientset.Interface, selector labels.Selector) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PollImmediateWithReason ¶ added in v1.3.3
func PollImmediateWithReason(interval, timeout time.Duration, cond func() (bool, error, string)) (error, string)
PollImmediateWithReason calls 'wait.PollImmediate' and return last reason
func PollWithReason ¶ added in v1.3.3
func PollWithReason(interval, timeout time.Duration, cond func() (bool, error, string)) (error, string)
PollWithReason calls 'wait.Poll' and return last reason
func WaitForAPIServicesAvaiable ¶
func WaitForAPIServicesAvaiable(client aggregatorclientset.Interface, selector labels.Selector) error
WaitForAPIServicesAvaiable waits for apiservices to be available
func WaitForCRDNotFound ¶
func WaitForCRDNotFound(client apiextensionsclientset.Interface, name string) error
WaitForCRDNotFound waits for CRD to be not found in apiserver
func WaitForCRDsEstablished ¶
func WaitForCRDsEstablished(client apiextensionsclientset.Interface, selector labels.Selector) error
WaitForCRDsEstablished waits for all CRDs to be established
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.