Documentation ¶
Index ¶
Constants ¶
View Source
const LoopDetectorWarningMessage = "" /* 135-byte string literal not displayed */
LoopDetectorWarningMessage is logged whenever we detect multiple updates of the same object without observering a no-op update.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateFN ¶
type CreateOrUpdateFN = func(ctx context.Context, c crclient.Client, obj crclient.Object, f controllerutil.MutateFn) (controllerutil.OperationResult, error)
type CreateOrUpdateProvider ¶
type CreateOrUpdateProvider interface {
CreateOrUpdate(ctx context.Context, c crclient.Client, obj crclient.Object, f controllerutil.MutateFn) (controllerutil.OperationResult, error)
}
func New ¶
func New(enableUpdateLoopDetector bool) CreateOrUpdateProvider
Click to show internal directories.
Click to hide internal directories.