MCPcopy
hub / github.com/kubernetes/client-go / IsExplicitFile

Method IsExplicitFile

tools/clientcmd/config.go:42–42  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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
42 IsExplicitFile() bool
43 // GetExplicitFile returns the particular file this command is operating against. This implementation only ever has one, but implementations that handle local, global, and flags may have more
44 GetExplicitFile() string
45}

Callers 2

writeCurrentContextFunction · 0.65
writePreferencesFunction · 0.65

Implementers 3

ClientConfigGettertools/clientcmd/loader.go
ClientConfigLoadingRulestools/clientcmd/loader.go
PathOptionstools/clientcmd/config.go

Calls

no outgoing calls

Tested by

no test coverage detected