Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Generic is the user id we use for non-privileged containers, where we don't need extra permissions // Used by e.g. dns-controller, kops-controller Generic = 10001 // LegacyEtcd is the user id for the etcd user under the legacy provider LegacyEtcd = 10002 // AWSAuthenticator is the user-id for the aws-iam-authenticator (built externally) AWSAuthenticator = 10000 // KubeApiserverHealthcheckID is the user id for kube-apiserver-healthcheck sidecar // The user needs some extra permissions e.g. to read local secrets // This should match the user in cmd/kube-apiserver-healthcheck/BUILD.bazel KubeApiserverHealthcheckID = 10012 // KubeApiserverHealthcheckName is the username for the kube-apiserver-healthcheck user KubeApiserverHealthcheckName = "kube-apiserver-healthcheck" )
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.