Documentation ¶
Index ¶
Constants ¶
View Source
const ( SystemPrivilegedGroup = "system:masters" NodesGroup = "system:nodes" AllUnauthenticated = "system:unauthenticated" AllAuthenticated = "system:authenticated" Anonymous = "system:anonymous" APIServerUser = "system:apiserver" // core kubernetes process identities KubeProxy = "system:kube-proxy" KubeRouter = "system:kube-router" KubeControllerManager = "system:kube-controller-manager" KubeScheduler = "system:kube-scheduler" )
well-known user and group names Copied from k8s.io/apiserver; we don't want to depend on that any more
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.