Documentation ¶
Index ¶
- func ClusterRolesReconcilers(c *kubermaticv1.Cluster) []reconciling.NamedClusterRoleReconcilerFactory
- func ConfigMapsReconcilers(data *resources.TemplateData) []reconciling.NamedConfigMapReconcilerFactory
- func DeploymentsReconcilers(data *resources.TemplateData) []reconciling.NamedDeploymentReconcilerFactory
- func ResourcesForDeletion(cluster *kubermaticv1.Cluster) []ctrlruntimeclient.Object
- func RoleBindingsReconcilers(c *kubermaticv1.Cluster) []reconciling.NamedRoleBindingReconcilerFactory
- func SecretsReconcilers(ctx context.Context, data *resources.TemplateData) []reconciling.NamedSecretReconcilerFactory
- func ServiceAccountReconcilers(cluster *kubermaticv1.Cluster) []reconciling.NamedServiceAccountReconcilerFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterRolesReconcilers ¶
func ClusterRolesReconcilers(c *kubermaticv1.Cluster) []reconciling.NamedClusterRoleReconcilerFactory
ClusterRolesReconcilers returns the function to create and update the clusterroles needed for CSI.
func ConfigMapsReconcilers ¶
func ConfigMapsReconcilers(data *resources.TemplateData) []reconciling.NamedConfigMapReconcilerFactory
ConfigMapsReconcilers returns the function to create and update the configmaps needed for CSI.
func DeploymentsReconcilers ¶
func DeploymentsReconcilers(data *resources.TemplateData) []reconciling.NamedDeploymentReconcilerFactory
DeploymentsReconcilers returns the function to create and update the deployments needed for CSI.
func ResourcesForDeletion ¶ added in v2.24.3
func ResourcesForDeletion(cluster *kubermaticv1.Cluster) []ctrlruntimeclient.Object
func RoleBindingsReconcilers ¶
func RoleBindingsReconcilers(c *kubermaticv1.Cluster) []reconciling.NamedRoleBindingReconcilerFactory
RoleBindingsReconcilers returns the function to create and update the rolebindings needed for CSI.
func SecretsReconcilers ¶
func SecretsReconcilers(ctx context.Context, data *resources.TemplateData) []reconciling.NamedSecretReconcilerFactory
SecretsReconcilers returns the function to create and update the secrets needed for CSI.
func ServiceAccountReconcilers ¶
func ServiceAccountReconcilers(cluster *kubermaticv1.Cluster) []reconciling.NamedServiceAccountReconcilerFactory
ServiceAccountsReconcilers returns the function to create and update the service accounts needed for CSI.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.