Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImagePullSecretReconciler ¶
type ImagePullSecretReconciler struct { client.Client Log logur.Logger ErrorHandler emperror.ErrorHandler Scheme *runtime.Scheme Recorder record.EventRecorder ResourceReconciler reconciler.ResourceReconciler PeriodicReconcileInterval time.Duration }
AlertingPolicyReconciler reconciles a AlertingPolicy object
func (*ImagePullSecretReconciler) Reconcile ¶
+kubebuilder:rbac:groups=images.banzaicloud.io,resources=imagepullsecrets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=images.banzaicloud.io,resources=imagepullsecrets/status,verbs=get;update;patch +kubebuilder:rbac:groups="",resources=configmaps,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups="",resources=events,verbs=create;update;patch
func (*ImagePullSecretReconciler) SetupWithManager ¶
func (r *ImagePullSecretReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.