Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
72f41ff8
Commit
72f41ff8
authored
Aug 12, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #30506 from tmrts/docs/cri-correction
Automatic merge from submit-queue pkg/kubelet/container: amend cgroup type documentation
parents
5a34aa47
14cc9919
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface.go
pkg/kubelet/container/interface.go
+1
-1
No files found.
pkg/kubelet/container/interface.go
View file @
72f41ff8
...
@@ -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
// semantic
e
s 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment