Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ WithPaths
Function
WithPaths
hconfig/kubernetes/options.go:33–37 ·
view source on GitHub ↗
(path ...string)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
WithPaths(path ...string) Option {
34
return
func
(o *options) {
35
o.paths = path
36
}
37
}
38
39
func
KubeConfigPath(kubeConfigPath string) Option {
40
return
func
(o *options) {
Callers
2
TestNewHConfig_K8S
Function · 0.92
TestNewKubernetesConfig
Function · 0.70
Calls
no outgoing calls
Tested by
2
TestNewHConfig_K8S
Function · 0.74
TestNewKubernetesConfig
Function · 0.56