package bootstrappolicy
import "k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy"
Index ¶
- Variables
- func ClusterRoleBindings() []rbac.ClusterRoleBinding
- func ClusterRoles() []rbac.ClusterRole
- func ControllerRoleBindings() []rbac.ClusterRoleBinding
- func ControllerRoles() []rbac.ClusterRole
Variables ¶
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
Source Files ¶
controller_policy.go policy.go
- Version
- v1.5.3
- Published
- Feb 15, 2017
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 3 minutes ago –
Tools for package owners.