Documentation ¶
Index ¶
- type Reconciler
- func (r *Reconciler) IsKymaManaged() bool
- func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts ctrlruntime.Options) error
- func (r *Reconciler) UpdateMetrics(_ context.Context, _ *v1beta2.Kyma)
- func (r *Reconciler) UpdateStatus(ctx context.Context, kyma *v1beta2.Kyma, state shared.State, message string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client event.Event SkrContextFactory remote.SkrContextProvider PurgeFinalizerTimeout time.Duration SkipCRDs matcher.CRDMatcherFunc IsManagedKyma bool Metrics *metrics.PurgeMetrics }
func (*Reconciler) IsKymaManaged ¶
func (r *Reconciler) IsKymaManaged() bool
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts ctrlruntime.Options) error
func (*Reconciler) UpdateMetrics ¶
func (r *Reconciler) UpdateMetrics(_ context.Context, _ *v1beta2.Kyma)
Click to show internal directories.
Click to hide internal directories.