Documentation
¶
Index ¶
- func WaitForDeletion(ctx context.Context, f ChangeFunc) error
- func WaitForUpdate(ctx context.Context, f ChangeFunc) error
- func WaitForUpdateDelayStart(ctx context.Context, delay time.Duration, f ChangeFunc) error
- func WaitForUpdateWithTimeout(ctx context.Context, timeout time.Duration, f ChangeFunc) (bool, error)
- func WaitForUpdateWithTimeoutDelayStart(ctx context.Context, timeout, delay time.Duration, f ChangeFunc) (bool, error)
- type ChangeFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForDeletion ¶
func WaitForDeletion(ctx context.Context, f ChangeFunc) error
func WaitForUpdate ¶
func WaitForUpdate(ctx context.Context, f ChangeFunc) error
func WaitForUpdateDelayStart ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.