Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationDeletionDeploymentReconciler ¶ added in v1.14.2
type ApplicationDeletionDeploymentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationDeletionDeploymentReconciler reconciles an Application object on deletion
func (*ApplicationDeletionDeploymentReconciler) SetupWithManager ¶ added in v1.14.2
func (r *ApplicationDeletionDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationHealthCommentReconciler ¶ added in v1.11.0
type ApplicationHealthCommentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationHealthCommentReconciler reconciles a change of Application object
func (*ApplicationHealthCommentReconciler) SetupWithManager ¶ added in v1.11.0
func (r *ApplicationHealthCommentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationHealthDeploymentReconciler ¶ added in v1.11.0
type ApplicationHealthDeploymentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationHealthDeploymentReconciler reconciles an Application object
func (*ApplicationHealthDeploymentReconciler) SetupWithManager ¶ added in v1.11.0
func (r *ApplicationHealthDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationHealthReconciler ¶ added in v1.13.0
ApplicationHealthReconciler reconciles an Application object
func (*ApplicationHealthReconciler) SetupWithManager ¶ added in v1.13.0
func (r *ApplicationHealthReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationPhaseCommentReconciler ¶ added in v1.14.1
type ApplicationPhaseCommentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationPhaseCommentReconciler reconciles an Application object
func (*ApplicationPhaseCommentReconciler) SetupWithManager ¶ added in v1.14.1
func (r *ApplicationPhaseCommentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ApplicationPhaseDeploymentReconciler ¶ added in v1.14.1
type ApplicationPhaseDeploymentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Notification notification.Client }
ApplicationPhaseDeploymentReconciler reconciles a ApplicationPhaseDeployment object
func (*ApplicationPhaseDeploymentReconciler) SetupWithManager ¶ added in v1.14.1
func (r *ApplicationPhaseDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.