Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SHELL_LIST = []string{"/bin/bash", "/bin/ash", "/bin/sh"}
Functions ¶
This section is empty.
Types ¶
type BackendConfig ¶
type BackendConfig struct { Type string // docker or kubectl (for now) Docker DockerConfig Kube KubeConfig ExtraArgs []string // extra args pass to docker or kubectl }
type Config ¶
type Config struct { Port int LogLevel string Control ControlConfig Backend BackendConfig Servers []string // for proxy mode }
type ControlConfig ¶ added in v0.1.4
type DockerConfig ¶
type KubeConfig ¶ added in v0.1.4
Click to show internal directories.
Click to hide internal directories.