mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
pkg/kubelet/container: amend cgroup type documentation
This commit is contained in:
@@ -105,7 +105,7 @@ type Labels map[string]string
|
||||
type LinuxPodSandboxConfig struct {
|
||||
// CgroupParent is the parent cgroup of the sandbox. The cgroupfs style
|
||||
// syntax will be used, but the container runtime can convert it to systemd
|
||||
// semantices if needed.
|
||||
// semantics if needed.
|
||||
CgroupParent string
|
||||
// NamespaceOptions contains configurations for the sandbox's namespaces.
|
||||
// This will be used only if the PodSandbox uses namespace for isolation.
|
||||
|
Reference in New Issue
Block a user