Documentation
¶
Index ¶
- func FinalizerChanged() predicate.Funcs
- func MustAddToScheme(scheme *runtime.Scheme)
- func RetryStatusUpdate[T client.Object](ctx context.Context, cli client.Client, original T, mutate MutateFn[T], ...) (T, error)
- func RetryUpdate[T client.Object](ctx context.Context, cli client.Client, original T, mutate MutateFn[T], ...) (T, error)
- type ClientCallFn
- type MutateFn
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FinalizerChanged ¶
func MustAddToScheme ¶
func RetryStatusUpdate ¶
func RetryStatusUpdate[T client.Object](ctx context.Context, cli client.Client, original T, mutate MutateFn[T], opts ...client.SubResourceUpdateOption) (T, error)
RetryStatusUpdate attempts to update status subresource of a specified Kubernetes resource and retries on conflict.
Types ¶
type ClientCallFn ¶
ClientCallFn defines what client.Client operation on a given object should be performed.
Click to show internal directories.
Click to hide internal directories.