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
3b8f932e
Commit
3b8f932e
authored
Aug 09, 2016
by
Xianglin Gao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix minor mistakes
Signed-off-by:
Xianglin Gao
<
xlgao@zju.edu.cn
>
parent
87f71a1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
api.pb.go
pkg/kubelet/api/v1alpha1/runtime/api.pb.go
+1
-1
api.proto
pkg/kubelet/api/v1alpha1/runtime/api.proto
+1
-1
No files found.
pkg/kubelet/api/v1alpha1/runtime/api.pb.go
View file @
3b8f932e
...
@@ -1602,7 +1602,7 @@ type ContainerFilter struct {
...
@@ -1602,7 +1602,7 @@ type ContainerFilter struct {
Name
*
string
`protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
Name
*
string
`protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
// ID of the container.
// ID of the container.
Id
*
string
`protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
Id
*
string
`protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
// State of the cont
ia
ner.
// State of the cont
ai
ner.
State
*
ContainerState
`protobuf:"varint,3,opt,name=state,enum=runtime.ContainerState" json:"state,omitempty"`
State
*
ContainerState
`protobuf:"varint,3,opt,name=state,enum=runtime.ContainerState" json:"state,omitempty"`
// The id of the pod sandbox
// The id of the pod sandbox
PodSandboxId
*
string
`protobuf:"bytes,4,opt,name=pod_sandbox_id" json:"pod_sandbox_id,omitempty"`
PodSandboxId
*
string
`protobuf:"bytes,4,opt,name=pod_sandbox_id" json:"pod_sandbox_id,omitempty"`
...
...
pkg/kubelet/api/v1alpha1/runtime/api.proto
View file @
3b8f932e
...
@@ -491,7 +491,7 @@ message ContainerFilter {
...
@@ -491,7 +491,7 @@ message ContainerFilter {
optional
string
name
=
1
;
optional
string
name
=
1
;
// ID of the container.
// ID of the container.
optional
string
id
=
2
;
optional
string
id
=
2
;
// State of the cont
ia
ner.
// State of the cont
ai
ner.
optional
ContainerState
state
=
3
;
optional
ContainerState
state
=
3
;
// The id of the pod sandbox
// The id of the pod sandbox
optional
string
pod_sandbox_id
=
4
;
optional
string
pod_sandbox_id
=
4
;
...
...
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