Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.11.0
type Config struct { *options.GlobalOptions // contains filtered or unexported fields }
func NewConfig ¶ added in v0.11.0
func NewConfig(globalOptions *options.GlobalOptions) *Config
type LocalPathProvisionerCSI ¶
type LocalPathProvisionerCSI struct {
// contains filtered or unexported fields
}
func New ¶
func New( c ctrlclient.Client, cfg *Config, helmChartInfoGetter *config.HelmChartGetter, ) *LocalPathProvisionerCSI
func (*LocalPathProvisionerCSI) Apply ¶
func (l *LocalPathProvisionerCSI) Apply( ctx context.Context, provider v1alpha1.CSIProvider, defaultStorage v1alpha1.DefaultStorage, cluster *clusterv1.Cluster, log logr.Logger, ) error
Click to show internal directories.
Click to hide internal directories.