Documentation ¶
Index ¶
- Variables
- func GetClusterRole(operatorName string) *rbacv1.ClusterRole
- func GetClusterRoleBinding(operatorName string) *rbacv1.ClusterRoleBinding
- func GetDeployment(operatorName, repository, context, imageName, tag, imagePullPolicy string, ...) *appsv1.Deployment
- func GetRole(operatorName string) *rbacv1.Role
- func GetRoleBinding(operatorName string) *rbacv1.RoleBinding
- func GetServiceAccount(operatorName string) *corev1.ServiceAccount
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbs = []string{
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch",
}
Functions ¶
func GetClusterRole ¶
func GetClusterRole(operatorName string) *rbacv1.ClusterRole
func GetClusterRoleBinding ¶
func GetClusterRoleBinding(operatorName string) *rbacv1.ClusterRoleBinding
func GetDeployment ¶
func GetDeployment(operatorName, repository, context, imageName, tag, imagePullPolicy string, dev bool) *appsv1.Deployment
func GetRoleBinding ¶
func GetRoleBinding(operatorName string) *rbacv1.RoleBinding
func GetServiceAccount ¶
func GetServiceAccount(operatorName string) *corev1.ServiceAccount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.