MCPcopy
hub / github.com/hwholiday/learning_tools / kubernetesConfig

Struct kubernetesConfig

hconfig/kubernetes/config.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var _ hconf.DataSource = (*kubernetesConfig)(nil)
12
13type kubernetesConfig struct {
14 client *kubernetes.Clientset
15 options *options
16}
17
18func NewKubernetesConfig(cli *kubernetes.Clientset, opts ...Option) (hconf.DataSource, error) {
19 if cli == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected