Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationDeletionDeploymentReconciler ¶
type ApplicationDeletionDeploymentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationDeletionDeploymentReconciler reconciles an Application object. It creates a deployment status when the Application is deleting.
func (*ApplicationDeletionDeploymentReconciler) SetupWithManager ¶
func (r *ApplicationDeletionDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationHealthCommentReconciler ¶
type ApplicationHealthCommentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationHealthCommentReconciler reconciles a change of Application object. It creates a comment when the health status is changed.
func (*ApplicationHealthCommentReconciler) SetupWithManager ¶
func (r *ApplicationHealthCommentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationHealthDeploymentReconciler ¶
type ApplicationHealthDeploymentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationHealthDeploymentReconciler reconciles an Application object. It creates a deployment status when the health status is changed.
func (*ApplicationHealthDeploymentReconciler) SetupWithManager ¶
func (r *ApplicationHealthDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationPhaseCommentReconciler ¶
type ApplicationPhaseCommentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationPhaseCommentReconciler reconciles an Application object. It creates a comment when the sync operation phase is changed.
func (*ApplicationPhaseCommentReconciler) SetupWithManager ¶
func (r *ApplicationPhaseCommentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationPhaseDeploymentReconciler ¶
type ApplicationPhaseDeploymentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationPhaseDeploymentReconciler reconciles an Application object. It creates a deployment status when the sync operation phase is changed.
func (*ApplicationPhaseDeploymentReconciler) SetupWithManager ¶
func (r *ApplicationPhaseDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.