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