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
063e7ff3
Unverified
Commit
063e7ff3
authored
Feb 15, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73833 from haiyanmeng/cri_runtimeclass
Add `runtime_handler` into PodSandbox and PodSandboxStatus
parents
5aaf6cd6
c3533580
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
api.pb.go
pkg/kubelet/apis/cri/runtime/v1alpha2/api.pb.go
+0
-0
api.proto
pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto
+4
-0
No files found.
pkg/kubelet/apis/cri/runtime/v1alpha2/api.pb.go
View file @
063e7ff3
This diff is collapsed.
Click to expand it.
pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto
View file @
063e7ff3
...
...
@@ -440,6 +440,8 @@ message PodSandboxStatus {
// MUST be identical to that of the corresponding PodSandboxConfig used to
// instantiate the pod sandbox this status represents.
map
<
string
,
string
>
annotations
=
8
;
// runtime configuration used for this PodSandbox.
string
runtime_handler
=
9
;
}
message
PodSandboxStatusResponse
{
...
...
@@ -494,6 +496,8 @@ message PodSandbox {
// MUST be identical to that of the corresponding PodSandboxConfig used to
// instantiate this PodSandbox.
map
<
string
,
string
>
annotations
=
6
;
// runtime configuration used for this PodSandbox.
string
runtime_handler
=
7
;
}
message
ListPodSandboxResponse
{
...
...
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