(flags *pflag.FlagSet)
| 58 | // arguments based on user's kuberc configuration. |
| 59 | type PreferencesHandler interface { |
| 60 | AddFlags(flags *pflag.FlagSet) |
| 61 | Apply(rootCmd *cobra.Command, kubeConfigFlags *genericclioptions.ConfigFlags, args []string, errOut io.Writer) ([]string, error) |
| 62 | } |
| 63 |
no outgoing calls