Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReasonPatched = "Patched" ReasonPatchFailed = "PatchFailed" )
Variables ¶
View Source
var ReconcilerConfigSet = wire.NewSet( wire.Struct(new(ReconcilerConfig), "*"), )
ReconcilerConfigSet provides a ReconcilerConfig. nolint: gochecknoglobals
View Source
var ReconcilerSet = wire.NewSet( ReconcilerConfigSet, NewReconciler, )
ReconcilerSet provides a Reconciler. nolint: gochecknoglobals
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
ReconcilerConfig
}
func NewReconciler ¶
func NewReconciler(conf ReconcilerConfig, mgr manager.Manager) (*Reconciler, error)
type ReconcilerConfig ¶
type ReconcilerConfig struct { Client client.Client Recorder record.EventRecorder }
func NewReconcilerConfig ¶
func NewReconcilerConfig(mgr manager.Manager) ReconcilerConfig
Click to show internal directories.
Click to hide internal directories.