Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + const ContainerStatusAbnormal + func NewPod(operator container.Container, tasks []*container.BcsContainerTask, ...) container.Pod + type DockerPod struct + func (p *DockerPod) CommitImage(id, image string) error + func (p *DockerPod) Execute(name string, command []string) error + func (p *DockerPod) Finit() error + func (p *DockerPod) GetContainerByName(name string) *container.BcsContainerInfo + func (p *DockerPod) GetContainerID() string + func (p *DockerPod) GetContainerTasks() map[string]*container.BcsContainerTask + func (p *DockerPod) GetContainers() []*container.BcsContainerInfo + func (p *DockerPod) GetIPAddr() string + func (p *DockerPod) GetMessage() string + func (p *DockerPod) GetNamespace() string + func (p *DockerPod) GetNetArgs() [][2]string + func (p *DockerPod) GetNetStatus() string + func (p *DockerPod) GetNetns() string + func (p *DockerPod) GetNetworkName() string + func (p *DockerPod) GetPid() int + func (p *DockerPod) GetPodID() string + func (p *DockerPod) GetPodStatus() container.PodStatus + func (p *DockerPod) Init() error + func (p *DockerPod) Injection() bool + func (p *DockerPod) IsHealthy() bool + func (p *DockerPod) SetIPAddr(ip string) + func (p *DockerPod) SetPodID(ID string) + func (p *DockerPod) Start() error + func (p *DockerPod) Stop(graceExit int) + func (p *DockerPod) UpdateResources(id string, resource *schedTypes.Resource) error + func (p *DockerPod) UploadFile(name, source, dest string) error