MCPcopy
hub / github.com/kubevela/kubevela / ListPrivilegesOptions

Struct ListPrivilegesOptions

references/cli/auth.go:173–178  ·  view source on GitHub ↗

ListPrivilegesOptions options for list privileges

Source from the content-addressed store, hash-verified

171
172// ListPrivilegesOptions options for list privileges
173type ListPrivilegesOptions struct {
174 auth.Identity
175 KubeConfig string
176 Clusters []string
177 util.IOStreams
178}
179
180// Complete .
181func (opt *ListPrivilegesOptions) Complete(f velacmd.Factory, cmd *cobra.Command) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected