Documentation
¶
Index ¶
Constants ¶
View Source
const ( LabelClusterScan = "zora.undistro.io/cluster-scan" LabelPlugin = "zora.undistro.io/plugin" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mutator ¶
type Mutator struct { Scheme *runtime.Scheme Existing *batchv1.CronJob Plugin *v1alpha1.Plugin PluginRef v1alpha1.PluginReference ClusterScan *v1alpha1.ClusterScan KubeconfigSecret *corev1.Secret WorkerImage string ServiceAccountName string Suspend bool }
func (*Mutator) Mutate ¶
func (r *Mutator) Mutate() controllerutil.MutateFn
Mutate returns a function which mutates the existing CronJob into it's desired state.
Click to show internal directories.
Click to hide internal directories.