Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "kkp-operating-system-manager-migrator"
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add( mgr manager.Manager, userClusterConnectionProvider UserClusterClientProvider, log *zap.SugaredLogger, workerName string, numWorkers int, versions kubermatic.Versions, ) error
Types ¶
type Reconciler ¶
type Reconciler struct { ctrlruntimeclient.Client // contains filtered or unexported fields }
type UserClusterClientProvider ¶
type UserClusterClientProvider interface {
GetClient(ctx context.Context, c *kubermaticv1.Cluster, options ...clusterclient.ConfigOption) (ctrlruntimeclient.Client, error)
}
UserClusterClientProvider provides functionality to get a user cluster client.
Click to show internal directories.
Click to hide internal directories.