controller

package
v1.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

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) Reconcile

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) Reconcile

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) Reconcile

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) Reconcile

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) Reconcile

func (*ApplicationPhaseDeploymentReconciler) SetupWithManager

func (r *ApplicationPhaseDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL