Documentation ¶
Index ¶
- func GenerateNewClusterRoleForControlPlane_ge2_1_lt2_2(controlplaneName string) *rbacv1.ClusterRole
- func GenerateNewClusterRoleForControlPlane_ge2_2_lt2_3(controlplaneName string) *rbacv1.ClusterRole
- func GenerateNewClusterRoleForControlPlane_ge2_3_lt2_4(controlplaneName string) *rbacv1.ClusterRole
- func GenerateNewClusterRoleForControlPlane_ge2_4(controlplaneName string) *rbacv1.ClusterRole
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateNewClusterRoleForControlPlane_ge2_1_lt2_2 ¶
func GenerateNewClusterRoleForControlPlane_ge2_1_lt2_2(controlplaneName string) *rbacv1.ClusterRole
GenerateNewClusterRoleForControlPlane_ge2_1_lt2_2 is a helper to generate a ClusterRole resource with all the permissions needed by the controlplane deployment. It is used for controlplanes that match the semver constraint ">=2.1,<2.2"
func GenerateNewClusterRoleForControlPlane_ge2_2_lt2_3 ¶
func GenerateNewClusterRoleForControlPlane_ge2_2_lt2_3(controlplaneName string) *rbacv1.ClusterRole
GenerateNewClusterRoleForControlPlane_ge2_2_lt2_3 is a helper to generate a ClusterRole resource with all the permissions needed by the controlplane deployment. It is used for controlplanes that match the semver constraint ">=2.2,<2.3"
func GenerateNewClusterRoleForControlPlane_ge2_3_lt2_4 ¶
func GenerateNewClusterRoleForControlPlane_ge2_3_lt2_4(controlplaneName string) *rbacv1.ClusterRole
GenerateNewClusterRoleForControlPlane_ge2_3_lt2_4 is a helper to generate a ClusterRole resource with all the permissions needed by the controlplane deployment. It is used for controlplanes that match the semver constraint ">=2.3,<2.4"
func GenerateNewClusterRoleForControlPlane_ge2_4 ¶
func GenerateNewClusterRoleForControlPlane_ge2_4(controlplaneName string) *rbacv1.ClusterRole
GenerateNewClusterRoleForControlPlane_ge2_4 is a helper to generate a ClusterRole resource with all the permissions needed by the controlplane deployment. It is used for controlplanes that match the semver constraint ">=2.4"
Types ¶
This section is empty.