Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusyBoxDeploymentReconciler ¶
BusyBoxDeploymentReconciler reconciles the deployment resource.
func (*BusyBoxDeploymentReconciler) Reconcile ¶
func (r *BusyBoxDeploymentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile will ensure that the BusyBox Deployment for DisconnectedFriendlyApp reaches the desired state.
func (*BusyBoxDeploymentReconciler) SetupWithManager ¶
func (r *BusyBoxDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SleeperDeploymentReconciler ¶
SleeperDeploymentReconciler reconciles the deployment resource.
func (*SleeperDeploymentReconciler) Reconcile ¶
func (r *SleeperDeploymentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile will ensure that the Sleeper Deployment for DisconnectedFriendlyApp reaches the desired state.
func (*SleeperDeploymentReconciler) SetupWithManager ¶
func (r *SleeperDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type StatusReconciler ¶
StatusReconciler reconciles the DisconnectedFriendlyApp Status
func (*StatusReconciler) Reconcile ¶
Reconcile will ensure that the status for DisconnectedFriendlyApp.
func (*StatusReconciler) SetupWithManager ¶
func (r *StatusReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.