update kube and dependencies to v1.23
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
2
vendor/k8s.io/client-go/transport/config.go
generated
vendored
2
vendor/k8s.io/client-go/transport/config.go
generated
vendored
@@ -82,6 +82,8 @@ type Config struct {
|
||||
type ImpersonationConfig struct {
|
||||
// UserName matches user.Info.GetName()
|
||||
UserName string
|
||||
// UID matches user.Info.GetUID()
|
||||
UID string
|
||||
// Groups matches user.Info.GetGroups()
|
||||
Groups []string
|
||||
// Extra matches user.Info.GetExtra()
|
||||
|
Reference in New Issue
Block a user