Skip to content

Commit be60973

Browse files
authored
Merge pull request #6703 from mxpv/s
Sandbox API
2 parents 7cbde74 + b446c76 commit be60973

45 files changed

Lines changed: 12334 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/next.pb.txt

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

api/services/containers/v1/containers.pb.go

Lines changed: 103 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/services/containers/v1/containers.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ message Container {
114114
// data, one should only update the specified extension using field paths
115115
// to select a specific map key.
116116
map<string, google.protobuf.Any> extensions = 10 [(gogoproto.nullable) = false];
117+
118+
// Sandbox ID this container belongs to.
119+
string sandbox = 11;
117120
}
118121

119122
message GetContainerRequest {

api/services/sandbox/v1/doc.go

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
Copyright The containerd Authors.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
package sandbox

0 commit comments

Comments
 (0)