bootstrappolicy

package
v1.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 14 Imported by: 121

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Write      = []string{"create", "update", "patch", "delete", "deletecollection"}
	ReadWrite  = []string{"get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"}
	Read       = []string{"get", "list", "watch"}
	ReadUpdate = []string{"get", "list", "watch", "update", "patch"}

	Label      = map[string]string{"kubernetes.io/bootstrapping": "rbac-defaults"}
	Annotation = map[string]string{rbacv1.AutoUpdateAnnotationKey: "true"}
)

Write and other vars are slices of the allowed verbs. Label and Annotation are default maps of bootstrappolicy.

Functions

func ClusterRoleBindings

func ClusterRoleBindings() []rbacv1.ClusterRoleBinding

ClusterRoleBindings return default rolebindings to the default roles

func ClusterRoleBindingsToSplit added in v1.14.0

func ClusterRoleBindingsToSplit() map[string]rbacv1.ClusterRoleBinding

ClusterRoleBindingsToSplit returns a map of Names of source ClusterRoleBindings to copy Subjects, Annotations, and Labels to destination ClusterRoleBinding templates.

func ClusterRoles

func ClusterRoles() []rbacv1.ClusterRole

ClusterRoles returns the cluster roles to bootstrap an API server with

func ClusterRolesToAggregate added in v1.9.0

func ClusterRolesToAggregate() map[string]string

ClusterRolesToAggregate maps from previous clusterrole name to the new clusterrole name

func ControllerRoleBindings

func ControllerRoleBindings() []rbacv1.ClusterRoleBinding

ControllerRoleBindings returns the role bindings used by controllers

func ControllerRoles

func ControllerRoles() []rbacv1.ClusterRole

ControllerRoles returns the cluster roles used by controllers

func NamespaceRoleBindings added in v1.6.0

func NamespaceRoleBindings() map[string][]rbacv1.RoleBinding

NamespaceRoleBindings returns a map of namespace to slice of roles to create

func NamespaceRoles added in v1.6.0

func NamespaceRoles() map[string][]rbacv1.Role

NamespaceRoles returns a map of namespace to slice of roles to create

func NodeRules added in v1.7.0

func NodeRules() []rbacv1.PolicyRule

NodeRules returns node policy rules, it is slice of rbacv1.PolicyRule.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL