Commit 72f41ff8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #30506 from tmrts/docs/cri-correction

Automatic merge from submit-queue pkg/kubelet/container: amend cgroup type documentation
parents 5a34aa47 14cc9919
...@@ -105,7 +105,7 @@ type Labels map[string]string ...@@ -105,7 +105,7 @@ type Labels map[string]string
type LinuxPodSandboxConfig struct { type LinuxPodSandboxConfig struct {
// CgroupParent is the parent cgroup of the sandbox. The cgroupfs style // CgroupParent is the parent cgroup of the sandbox. The cgroupfs style
// syntax will be used, but the container runtime can convert it to systemd // syntax will be used, but the container runtime can convert it to systemd
// semantices if needed. // semantics if needed.
CgroupParent string CgroupParent string
// NamespaceOptions contains configurations for the sandbox's namespaces. // NamespaceOptions contains configurations for the sandbox's namespaces.
// This will be used only if the PodSandbox uses namespace for isolation. // This will be used only if the PodSandbox uses namespace for isolation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment