mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #30506 from tmrts/docs/cri-correction
Automatic merge from submit-queue pkg/kubelet/container: amend cgroup type documentation
This commit is contained in:
commit
72f41ff8cf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user