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"` VaultConfig `mapstructure:"vault" json:"vault"` }
var Config Configuration
type Kubeconfig ¶
type Kubeconfig struct {
Path string `mapstructure:"path" json:"path"`
}
type VaultConfig ¶
Click to show internal directories.
Click to hide internal directories.