Commit 14cc9919 authored by Tamer Tas's avatar Tamer Tas

pkg/kubelet/container: amend cgroup type documentation

parent 2ab58ea5
......@@ -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.
......
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