Documentation
¶
Index ¶
- type KluctlDeploymentReconciler
- type KluctlDeploymentReconcilerOptions
- type KluctlProjectReconciler
- func (r *KluctlProjectReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
- func (r *KluctlProjectReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *KluctlProjectReconciler) SetupWithManagerAndOptions(mgr ctrl.Manager, opts KluctlProjectReconcilerOptions) error
- type KluctlProjectReconcilerOptions
- type SourceRevisionChangePredicate
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
// 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 KluctlProjectReconciler ¶
type KluctlProjectReconciler struct {
client.Client
kuberecorder.EventRecorder
helper.Metrics
Storage *source_controller.Storage
ControllerName string
// contains filtered or unexported fields
}
KluctlProjectReconciler reconciles a v1beta2.KluctlProject object.
func (*KluctlProjectReconciler) SetupWithManager ¶
func (r *KluctlProjectReconciler) SetupWithManager(mgr ctrl.Manager) error
func (*KluctlProjectReconciler) SetupWithManagerAndOptions ¶
func (r *KluctlProjectReconciler) SetupWithManagerAndOptions(mgr ctrl.Manager, opts KluctlProjectReconcilerOptions) error
type KluctlProjectReconcilerOptions ¶
type KluctlProjectReconcilerOptions struct {
MaxConcurrentReconciles int
DependencyRequeueInterval time.Duration
RateLimiter ratelimiter.RateLimiter
}
type SourceRevisionChangePredicate ¶
func (SourceRevisionChangePredicate) Update ¶
func (SourceRevisionChangePredicate) Update(e event.UpdateEvent) bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.