Documentation ¶
Index ¶
Constants ¶
View Source
const (
StorageClassName = "kubermatic-fast"
)
Variables ¶
This section is empty.
Functions ¶
func ValidateAllUserClustersAreCompatible ¶ added in v2.19.0
func ValidateAllUserClustersAreCompatible(ctx context.Context, seed *kubermaticv1.Seed, opt *stack.DeployOptions) []error
func ValidateRandomSecret ¶
Types ¶
type StorageClassFactory ¶
type StorageClassFactory func(context.Context, *logrus.Entry, ctrlruntimeclient.Client, string) (storagev1.StorageClass, error)
func StorageClassCreator ¶
func StorageClassCreator(provider string) (StorageClassFactory, error)
Click to show internal directories.
Click to hide internal directories.