Versions in this module Expand all Collapse all v0 v0.6.0 May 25, 2016 Changes in this version + const INIT_ACK + const INIT_DESTROYPOD + const INIT_ERROR + const INIT_EXECCMD + const INIT_FINISHCMD + const INIT_FINISHPOD + const INIT_GETPOD + const INIT_KILLCONTAINER + const INIT_NEWCONTAINER + const INIT_NEXT + const INIT_ONLINECPUMEM + const INIT_PING + const INIT_READFILE + const INIT_READY + const INIT_RESERVED + const INIT_RESTARTCONTAINER + const INIT_SETUPINTERFACE + const INIT_STARTPOD + const INIT_STOPPOD + const INIT_WINSIZE + const INIT_WRITEFILE + type Container struct + Addr string + Fsmap []FsmapDescriptor + Fstype string + Id string + Image string + Initialize bool + Process Process + RestartPolicy string + Rootfs string + Sysctl map[string]string + Volumes []VolumeDescriptor + func (cr *Container) RoLookup(mpoint string) bool + type DecodedMessage struct + Code uint32 + Message []byte + type EnvironmentVar struct + Env string + Value string + type ExecCommand struct + Container string + Process Process + type FileCommand struct + Container string + File string + type FsmapDescriptor struct + DockerVolume bool + Path string + ReadOnly bool + Source string + type KillCommand struct + Container string + Signal syscall.Signal + type NetworkInf struct + Device string + IpAddress string + NetMask string + type Pod struct + Containers []Container + Dns []string + Hostname string + Interfaces []NetworkInf + Routes []Route + ShareDir string + type Process struct + AdditionalGroups []string + Args []string + Envs []EnvironmentVar + Group string + Stderr uint64 + Stdio uint64 + Terminal bool + User string + Workdir string + type Route struct + Dest string + Device string + Gateway string + type TtyMessage struct + Message []byte + Session uint64 + func (tm *TtyMessage) ToBuffer() []byte + type VolumeDescriptor struct + Addr string + Device string + DockerVolume bool + Fstype string + Mount string + ReadOnly bool