Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReasonUpdated = "Updated" ReasonUpdateFailed = "UpdateFailed" ReasonCreated = "Created" ReasonCreateFailed = "CreateFailed" ReasonFailed = "Failed" ReasonInvalidResource = "InvalidResource" ReasonResourceExists = "ResourceExists" ReasonUnchanged = "Unchanged" )
Variables ¶
View Source
var ReconcilerSet = wire.NewSet( NewLogger, wire.Struct(new(Reconciler), "*"), )
ReconcilerSet provides a reconciler. nolint: gochecknoglobals
Functions ¶
This section is empty.
Types ¶
type NotManagedByPullupError ¶ added in v1.0.0
type NotManagedByPullupError struct {
Resource *unstructured.Unstructured
}
func (NotManagedByPullupError) Error ¶ added in v1.0.0
func (n NotManagedByPullupError) Error() string
type Reconciler ¶
type Reconciler struct { Client client.Client Logger Logger Recorder record.EventRecorder }
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, logger logr.Logger) *Reconciler
Click to show internal directories.
Click to hide internal directories.