GetStartingConfig returns the config that subcommands should being operating against. It may or may not be merged depending on loading rules
()
| 36 | GetLoadingPrecedence() []string |
| 37 | // GetStartingConfig returns the config that subcommands should being operating against. It may or may not be merged depending on loading rules |
| 38 | GetStartingConfig() (*clientcmdapi.Config, error) |
| 39 | // GetDefaultFilename returns the name of the file you should write into (create if necessary), if you're trying to create a new stanza as opposed to updating an existing one. |
| 40 | GetDefaultFilename() string |
| 41 | // IsExplicitFile indicates whether or not this command is interested in exactly one file. This implementation only ever does that via a flag, but implementations that handle local, global, and flags may have more |
no outgoing calls