Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReadWrite = []string{"get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"} Read = []string{"get", "list", "watch"} )
Functions ¶
func ClusterRoleBindings ¶
func ClusterRoleBindings() []rbac.ClusterRoleBinding
ClusterRoleBindings return default rolebindings to the default roles
func ClusterRoles ¶
func ClusterRoles() []rbac.ClusterRole
ClusterRoles returns the cluster roles to bootstrap an API server with
func ControllerRoleBindings ¶
func ControllerRoleBindings() []rbac.ClusterRoleBinding
ControllerRoleBindings returns the role bindings used by controllers
func ControllerRoles ¶
func ControllerRoles() []rbac.ClusterRole
ControllerRoles returns the cluster roles used by controllers
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.