package rbac

import "k8s.io/kubernetes/pkg/registry/rbac"

Index

Functions

func EscalationAllowed

func EscalationAllowed(ctx api.Context, superUser string) bool

Source Files

escalation_check.go

Directories

PathSynopsis
pkg/registry/rbac/clusterrolePackage certificates provides Registry interface and its RESTStorage implementation for storing ClusterRole objects.
pkg/registry/rbac/clusterrolebindingPackage certificates provides Registry interface and its RESTStorage implementation for storing ClusterRoleBinding objects.
pkg/registry/rbac/clusterrolebinding/etcd
pkg/registry/rbac/clusterrolebinding/policybasedPackage policybased implements a standard storage for ClusterRoleBinding that prevents privilege escalation.
pkg/registry/rbac/clusterrole/etcd
pkg/registry/rbac/clusterrole/policybasedPackage policybased implements a standard storage for ClusterRole that prevents privilege escalation.
pkg/registry/rbac/rest
pkg/registry/rbac/rolePackage certificates provides Registry interface and its RESTStorage implementation for storing Role objects.
pkg/registry/rbac/rolebindingPackage certificates provides Registry interface and its RESTStorage implementation for storing RoleBinding objects.
pkg/registry/rbac/rolebinding/etcd
pkg/registry/rbac/rolebinding/policybasedPackage policybased implements a standard storage for RoleBinding that prevents privilege escalation.
pkg/registry/rbac/role/etcd
pkg/registry/rbac/role/policybasedPackage policybased implements a standard storage for Role that prevents privilege escalation.
Version
v1.5.1
Published
Dec 14, 2016
Platform
js/wasm
Imports
2 packages
Last checked
7 minutes ago

Tools for package owners.