type Info … type DefaultInfo … func (i *DefaultInfo) GetName() string { … } func (i *DefaultInfo) GetUID() string { … } func (i *DefaultInfo) GetGroups() []string { … } func (i *DefaultInfo) GetExtra() map[string][]string { … } const SystemPrivilegedGroup … const NodesGroup … const MonitoringGroup … const AllUnauthenticated … const AllAuthenticated … const Anonymous … const APIServerUser … const KubeProxy … const KubeControllerManager … const KubeScheduler … const CredentialIDKey …