*: initial update to kube 1.8
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
2453222695
commit
d6e819133d
1237 changed files with 84117 additions and 564982 deletions
4
vendor/k8s.io/apiserver/pkg/authentication/serviceaccount/util.go
generated
vendored
4
vendor/k8s.io/apiserver/pkg/authentication/serviceaccount/util.go
generated
vendored
|
@ -59,8 +59,8 @@ func SplitUsername(username string) (string, string, error) {
|
|||
return namespace, name, nil
|
||||
}
|
||||
|
||||
// MakeGroupNames generates service account group names for the given namespace and ServiceAccount name
|
||||
func MakeGroupNames(namespace, name string) []string {
|
||||
// MakeGroupNames generates service account group names for the given namespace
|
||||
func MakeGroupNames(namespace string) []string {
|
||||
return []string{
|
||||
AllServiceAccountsGroup,
|
||||
MakeNamespaceGroupName(namespace),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue