func()

in cmd/gke-identity-service-migrator/main.go [78:84]


func (*FindCRBCommand) Usage() string {
	return `find-clusterrolebindings [--kubeconfig] [--user-email-suffix] :
  Identify ClusterRoleBinding objects in the cluster that appear to refer to federated users or groups.
  Users are recognized by an email suffix.
  Groups are assumed to be federated unless they have a system: prefix
`
}