Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStatusCommitter ¶
func NewStatusCommitter[R any, St any](patcher Patcher) func(context.Context, StatusGetter[St], StatusGetter[St]) error
Types ¶
type Patcher ¶
type Patcher interface {
Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error
}
Patcher is just the Patch API with a generic to keep use sites type safe
type StatusGetter ¶ added in v0.25.29
Click to show internal directories.
Click to hide internal directories.