Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory interface { // BindFlags Binds command flags to the command BindFlags(flags *pflag.FlagSet) // GetNamespace Gets the namespace used for the command GetNamespace() string // GetConfig Get the merged config for the server GetConfig() (*rest.Config, error) // RawConfig Gets the raw merged config for the server RawConfig() (clientcmdapi.Config, error) // UpdateConfig Updates the config to be used for API calls UpdateConfig() error // GetOutputFormat Get the output format GetOutputFormat() (string, error) // contains filtered or unexported methods }
Factory to be used for command line
func NewFactory ¶
func NewFactory() Factory
NewFactory Return a new factory interface that can be used by commands
Click to show internal directories.
Click to hide internal directories.