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:
Kubernetes Submit Queue 2016-08-12 12:08:17 -07:00 committed by GitHub
commit 72f41ff8cf

View File

@ -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.