Update godeps
This commit is contained in:
parent
86dbf979cb
commit
f7011d22f8
108 changed files with 7093 additions and 4947 deletions
1
vendor/k8s.io/kubernetes/pkg/auth/user/user.go
generated
vendored
1
vendor/k8s.io/kubernetes/pkg/auth/user/user.go
generated
vendored
|
|
@ -69,6 +69,7 @@ func (i *DefaultInfo) GetExtra() map[string][]string {
|
|||
// well-known user and group names
|
||||
const (
|
||||
SystemPrivilegedGroup = "system:masters"
|
||||
NodesGroup = "system:nodes"
|
||||
AllUnauthenticated = "system:unauthenticated"
|
||||
AllAuthenticated = "system:authenticated"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue