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
14cc9919
Commit
14cc9919
authored
Aug 12, 2016
by
Tamer Tas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg/kubelet/container: amend cgroup type documentation
parent
2ab58ea5
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 @
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
// 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