Documentation
¶
Index ¶
Constants ¶
View Source
const ( OperatorName = "LocalManager" Runtimes = "runtimes" ContainerName = "containername" Host = "host" DockerSocketPath = "docker-socketpath" ContainerdSocketPath = "containerd-socketpath" CrioSocketPath = "crio-socketpath" PodmanSocketPath = "podman-socketpath" ContainerdNamespace = "containerd-namespace" RuntimeProtocol = "runtime-protocol" EnrichWithK8sApiserver = "enrich-with-k8s-apiserver" )
Variables ¶
View Source
var LocalManagerOperator = &localManager{}
Functions ¶
This section is empty.
Types ¶
type Attacher ¶
type Attacher interface { AttachContainer(container *containercollection.Container) error DetachContainer(*containercollection.Container) error }
type MountNsMapSetter ¶
Click to show internal directories.
Click to hide internal directories.