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(_ string, _ libdocker.Interface) ContainerManager

NewContainerManager creates a new instance of ContainerManager

Source Files

container_manager.go container_manager_unsupported.go

Version
v1.18.14
Published
Dec 18, 2020
Platform
js/wasm
Imports
2 packages
Last checked
1 hour ago

Tools for package owners.