MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewLoader

Function NewLoader

pkg/util/kubeconfig/loader.go:23–25  ·  view source on GitHub ↗

NewLoader creates a new instance of the interface Loader

()

Source from the content-addressed store, hash-verified

21
22// NewLoader creates a new instance of the interface Loader
23func NewLoader() Loader {
24 return &loader{}
25}

Callers 8

logsMethod · 0.92
newHandlerFunction · 0.92
getClientFromCacheMethod · 0.92
resolveDependencyMethod · 0.92
NewDefaultClientFunction · 0.92
NewKubeConfigLoaderMethod · 0.92
DeleteKubeContextMethod · 0.92
TestSaveLoadKubeConfigFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSaveLoadKubeConfigFunction · 0.68