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