Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ LogLevel: "debug", Listen: ":9494", EnableServerTLS: false, ContainerStore: "/var/vcap/data/container-metadata/store.json", RunC: "/var/vcap/packages/runc/bin/runc", RunCRoot: "/run/containerd/runc/garden", Cert: "", Key: "", CaCert: "", }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel string `yaml:"log_level"` Listen string `yaml:"listen"` EnableServerTLS bool `yaml:"enable_server_tls"` ContainerStore string `yaml:"container_store"` RunC string `yaml:"runc"` RunCRoot string `yaml:"runc_root"` Cert string `yaml:"cert"` Key string `yaml:"key"` CaCert string `yaml:"ca_cert"` }
func NewConfigFromFile ¶
Click to show internal directories.
Click to hide internal directories.