Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "seedcontroller_lifecycle_manager"
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add( ctx context.Context, log *zap.SugaredLogger, mgr manager.Manager, namespace string, seedsGetter provider.SeedsGetter, seedKubeconfigGetter provider.SeedKubeconfigGetter, controllerFactories ...ControllerFactory, ) error
Types ¶
type ControllerFactory ¶
type ControllerFactory func(context.Context, manager.Manager, map[string]manager.Manager) (controllerName string, err error)
ControllerFactory is a function to create a new controller instance
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.