Versions in this module Expand all Collapse all v0 v0.6.0 Mar 19, 2024 Changes in this version + type CSIHandler struct + ProviderHandler map[string]CSIProvider + func New(c ctrlclient.Client, handlers map[string]CSIProvider) *CSIHandler + func (c *CSIHandler) AfterControlPlaneInitialized(ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, ...) + func (c *CSIHandler) Name() string + type CSIProvider interface + EnsureCSIConfigMapForCluster func(context.Context, *clusterv1.Cluster) (*corev1.ConfigMap, error)