# Functions

GetOperatorDockerImage returns the image name of the operator docker image.
GetOperatorImagePullPolicy returns the image pull policy to be used for generated pods.
NewDefaultConfig returns a new Config for a manager of controllers.
SetupOperatorDockerImage initializes the package scoped variable.
SetupOperatorImagePullPolicy sets the pull policy.

# Constants

MeltdownDuration is the duration of the meltdown period, in which we postpone further reconciles for the same resource.
MeltdownRequeueAfter is the duration for which we delay the requeuing of the reconcile.

# Structs

Config controls the behaviour of different controllers.