Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
NewLoader() Loader {
24
return
&loader{}
25
}
Callers
8
logs
Method · 0.92
newHandler
Function · 0.92
getClientFromCache
Method · 0.92
resolveDependency
Method · 0.92
NewDefaultClient
Function · 0.92
NewKubeConfigLoader
Method · 0.92
DeleteKubeContext
Method · 0.92
TestSaveLoadKubeConfig
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestSaveLoadKubeConfig
Function · 0.68