Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Registry string `json:"registry"`
// docker
Cluster_name string `json:"cluster_name"`
Registry_host string `json:"registry_host"`
Registry_port string `json:"registry_port"`
// olregistry
Reg_cluster []string `json:"reg_cluster"`
// local
Reg_dir string `json:"reg_dir"`
Worker_port string `json:"worker_port"`
Docker_host string `json:"docker_host"`
// for unit testing to skip pull path
Skip_pull_existing bool `json:"Skip_pull_existing"`
}
func ParseConfig ¶
Click to show internal directories.
Click to hide internal directories.