reconciler

package
v0.51.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigMapHandler added in v0.25.0

type ConfigMapHandler struct {
	// contains filtered or unexported fields
}

func NewConfigMapHandler added in v0.25.0

func NewConfigMapHandler(log logr.Logger, as *reftracker.AppRefTracker, aus *reftracker.AppUpdateStatus) *ConfigMapHandler

func (*ConfigMapHandler) Create added in v0.25.0

Create is called in response to create event

func (*ConfigMapHandler) Delete added in v0.25.0

Delete is called in response to a delete event

func (*ConfigMapHandler) Generic added in v0.25.0

Generic is called in response to an event of an unknown type or a synthetic event triggered as a cron or external trigger request - e.g. reconcile Autoscaling, or a Webhook.

func (*ConfigMapHandler) Update added in v0.25.0

Update is called in response to an update event

type SecretHandler added in v0.25.0

type SecretHandler struct {
	// contains filtered or unexported fields
}

func NewSecretHandler added in v0.25.0

func (*SecretHandler) Create added in v0.25.0

Create is called in response to an create event

func (*SecretHandler) Delete added in v0.25.0

Delete is called in response to a delete event

func (*SecretHandler) Generic added in v0.25.0

Generic is called in response to an event of an unknown type or a synthetic event triggered as a cron or external trigger request - e.g. reconcile Autoscaling, or a Webhook.

func (*SecretHandler) Update added in v0.25.0

Update is called in response to an update event

type Status

type Status struct {
	S          kcv1alpha1.GenericStatus
	UpdateFunc func(kcv1alpha1.GenericStatus)
}

func (*Status) IsDeleteFailed

func (s *Status) IsDeleteFailed() bool

func (*Status) IsDeleting

func (s *Status) IsDeleting() bool

func (*Status) IsReconcileFailed

func (s *Status) IsReconcileFailed() bool

func (*Status) IsReconcileSucceeded

func (s *Status) IsReconcileSucceeded() bool

func (*Status) IsReconciling

func (s *Status) IsReconciling() bool

func (*Status) Result

func (s *Status) Result() kcv1alpha1.GenericStatus

func (*Status) SetDeleteCompleted

func (s *Status) SetDeleteCompleted(err error)

func (*Status) SetDeleting

func (s *Status) SetDeleting(meta metav1.ObjectMeta)

func (*Status) SetReconcileCompleted

func (s *Status) SetReconcileCompleted(err error)

func (*Status) SetReconciling

func (s *Status) SetReconciling(meta metav1.ObjectMeta)

func (*Status) SetUsefulErrorMessage

func (s *Status) SetUsefulErrorMessage(errMsg string)

Jump to

Keyboard shortcuts

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