Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
Types ¶
type ExecutorConfig ¶
type ExecutorConfig struct { Image string `json:"image"` Resource ResourceConfig `json:"resource"` Namespace string `json:"namespace"` }
type MainConfig ¶
type MainConfig struct {
Executor ExecutorConfig `json:"executor"`
}
func GetGlobalConfig ¶
func GetGlobalConfig() *MainConfig
type ResourceConfig ¶
Click to show internal directories.
Click to hide internal directories.