Documentation ¶
Index ¶
Constants ¶
View Source
const ( AnnotationChecksumFiles = "rig.dev/config-checksum-files" AnnotationChecksumAutoEnv = "rig.dev/config-checksum-auto-env" AnnotationChecksumEnv = "rig.dev/config-checksum-env" LabelCapsule = "rig.dev/capsule" LabelCron = "batch.kubernets.io/cronjob" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CapsuleReconciler ¶
type CapsuleReconciler struct { client.Client Scheme *runtime.Scheme Config *configv1alpha1.OperatorConfig ClientSet clientset.Interface CapabilitiesService capabilities.Service // contains filtered or unexported fields }
CapsuleReconciler reconciles a Capsule object
func (*CapsuleReconciler) Reconcile ¶
Reconcile compares the state specified by the Capsule object against the actual cluster state, and then performs operations to make the cluster state reflect the state specified by the Capsule.
func (*CapsuleReconciler) SetupWithManager ¶
func (r *CapsuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.