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 on deletion
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
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
func (*ApplicationHealthDeploymentReconciler) SetupWithManager ¶
func (r *ApplicationHealthDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationHealthReconciler ¶
ApplicationHealthReconciler reconciles an Application object
func (*ApplicationHealthReconciler) SetupWithManager ¶
func (r *ApplicationHealthReconciler) 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
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 a ApplicationPhaseDeployment object
func (*ApplicationPhaseDeploymentReconciler) SetupWithManager ¶
func (r *ApplicationPhaseDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.