Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreflightCheckJobReconciler ¶
PreflightCheckJobReconciler reconciles the deployment resource.
func (*PreflightCheckJobReconciler) Reconcile ¶
func (r *PreflightCheckJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile will ensure that the Kubernetes Job for PreflightCheck reaches the desired state.
func (*PreflightCheckJobReconciler) SetupWithManager ¶
func (r *PreflightCheckJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PreflightCheckStatusReconciler ¶
PreflightCheckStatusReconciler reconciles the deployment resource.
func (*PreflightCheckStatusReconciler) Reconcile ¶
func (r *PreflightCheckStatusReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=tools.opdev.io,resources=preflightchecks,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=tools.opdev.io,resources=preflightchecks/status,verbs=get;update;patch +kubebuilder:rbac:groups=tools.opdev.io,resources=preflightchecks/finalizers,verbs=update Reconcile will ensure that the Kubernetes Job for PreflightCheck reaches the desired state.
func (*PreflightCheckStatusReconciler) SetupWithManager ¶
func (r *PreflightCheckStatusReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.