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

Method NewConfig

pkg/util/kubeconfig/loader.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8// Loader loads the kubeconfig
9type Loader interface {
10 NewConfig() clientcmd.ClientConfig
11 LoadConfig() clientcmd.ClientConfig
12 LoadRawConfig() (*api.Config, error)
13

Callers 4

TestRenderFunction · 0.65
TestDeployFunction · 0.65
TestPurgeFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestRenderFunction · 0.52
TestDeployFunction · 0.52
TestPurgeFunction · 0.52