Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server ServerConfig `yaml:"server"` Kubernetes KubernetesConfig `yaml:"kubernetes"` }
type KubernetesConfig ¶
type KubernetesConfig struct {
Kubeconfig string `yaml:"kubeconfig"`
}
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.