Documentation
¶
Index ¶
- Constants
- func Add(ctx context.Context, mgr manager.Manager, numWorkers int, workerName string, ...) error
- func ApplicationInstallationReconciler(ctx context.Context, logger *zap.SugaredLogger, ...) reconciling.NamedApplicationInstallationReconcilerFactory
- type Reconciler
- type UserClusterClientProvider
Constants ¶
View Source
const (
ControllerName = "kkp-default-application-controller"
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(ctx context.Context, mgr manager.Manager, numWorkers int, workerName string, seedGetter provider.SeedGetter, kubermaticConfigurationGetter provider.KubermaticConfigurationGetter, userClusterConnectionProvider UserClusterClientProvider, log *zap.SugaredLogger, versions kubermatic.Versions) error
func ApplicationInstallationReconciler ¶
func ApplicationInstallationReconciler(ctx context.Context, logger *zap.SugaredLogger, application appskubermaticv1.ApplicationDefinition, exisitingApplication *appskubermaticv1.ApplicationInstallation, cluster *kubermaticv1.Cluster) reconciling.NamedApplicationInstallationReconcilerFactory
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.