Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SandboxMeta ¶
type SandboxMeta struct { // ID is the id of sandbox. ID string // Config is CRI sandbox config. Config *runtime.PodSandboxConfig // Runtime is the runtime handler name of the pod. Runtime string // Runtime whether to enable lxcfs for a container LxcfsEnabled bool // NetNS is the sandbox's network namespace NetNS string }
SandboxMeta represents the sandbox's meta data.
Click to show internal directories.
Click to hide internal directories.