Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KluctlDeploymentReconciler ¶
type KluctlDeploymentReconciler struct {
client.Client
Scheme *runtime.Scheme
EventRecorder kuberecorder.EventRecorder
MetricsRecorder *metrics.Recorder
ControllerName string
NoCrossNamespaceRefs bool
DefaultServiceAccount string
// contains filtered or unexported fields
}
KluctlDeploymentReconciler reconciles a KluctlDeployment object
func (*KluctlDeploymentReconciler) SetupWithManager ¶
func (r *KluctlDeploymentReconciler) SetupWithManager(mgr ctrl.Manager, opts KluctlDeploymentReconcilerOptions) error
SetupWithManager sets up the controller with the Manager.
type KluctlDeploymentReconcilerOptions ¶
type KluctlDeploymentReconcilerOptions struct {
MaxConcurrentReconciles int
HTTPRetry int
DependencyRequeueInterval time.Duration
}
KluctlDeploymentReconcilerOptions contains options for the KluctlDeploymentReconciler.
type SourceRevisionChangePredicate ¶
func (SourceRevisionChangePredicate) Update ¶
func (SourceRevisionChangePredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.