Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfig ¶
type BackendConfig struct {
Type string // docker or kubectl (for now)
Docker DockerConfig
Kube KuberConfig
ExtraArgs []string // extra args pass to docker or kubectl
}
type Config ¶
type Config struct {
Port int
LogLevel string
Backend BackendConfig
Servers []string // for proxy mode
}
type DockerConfig ¶
type KuberConfig ¶
type KuberConfig struct {
KubectlPath string // default is /usr/bin/kubectl
KubectlAPI string // default is https://localhost:6443
}
Click to show internal directories.
Click to hide internal directories.