package cm

import "k8s.io/kubernetes/pkg/kubelet/dockershim/cm"

Index

Types

type ContainerManager

type ContainerManager interface {
	Start() error
}

ContainerManager is an interface that abstracts the basic operations of a container manager.

func NewContainerManager

func NewContainerManager(cgroupsName string, client libdocker.Interface) ContainerManager

NewContainerManager creates a new instance of ContainerManager

Source Files

container_manager.go container_manager_linux.go

Version
v1.20.7
Published
May 12, 2021
Platform
linux/amd64
Imports
13 packages
Last checked
6 minutes ago

Tools for package owners.