Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRenovatorObjectType = fmt.Errorf("expected an Renovator object but got other type")
)
Functions ¶
func SetupRenovatorWebhookWithManager ¶
SetupRenovatorWebhookWithManager registers the webhook for Renovator in the manager.
Types ¶
type RenovatorCustomDefaulter ¶
type RenovatorCustomDefaulter struct { }
RenovatorCustomDefaulter struct is responsible for setting default values on the custom resource of the Kind Renovator when those are created or updated.
NOTE: The +kubebuilder:object:generate=false marker prevents controller-gen from generating DeepCopy methods, as it is used only for temporary operations and does not need to be deeply copied.
Click to show internal directories.
Click to hide internal directories.