Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AdminToken string `yaml:"adminToken"` Kubernetes KubernetesConfig `yaml:"kubernetes"` Redis RedisConfig `yaml:"redis"` LogLevel string `yaml:"logLevel"` InstructionsPath string `yaml:"instructionsPath"` }
type KubernetesConfig ¶
type KubernetesConfig struct { DevMode bool `yaml:"devMode"` // this must be set if dev mode is set to true Kubeconfig string `yaml:"kubeconfig"` ApiURI string `yaml:"apiUri"` ApiCA string `yaml:"apiCa"` }
func GetKubernetesConfig ¶
func GetKubernetesConfig() (KubernetesConfig, <-chan KubernetesConfig)
type RedisConfig ¶
func GetRedisConfig ¶
func GetRedisConfig() RedisConfig
Click to show internal directories.
Click to hide internal directories.