Documentation ¶
Overview ¶
Package configs
Copyright © 2023 zcubbs https://github.com/zcubbs
Package configs ¶
Copyright © 2023 zcubbs https://github.com/zcubbs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
Kubeconfig `mapstructure:"kubeconfig" json:"kubeconfig"`
}
var Config Configuration
type Kubeconfig ¶
type Kubeconfig struct {
Path string `mapstructure:"path" json:"path"`
}
Click to show internal directories.
Click to hide internal directories.