Skip to content

Commit 7db07d0

Browse files
committed
Add privileged option to ContainerSpec
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
1 parent 48dd893 commit 7db07d0

4 files changed

Lines changed: 297 additions & 247 deletions

File tree

api/api.pb.txt

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,8 +2735,8 @@ file {
27352735
label: LABEL_OPTIONAL
27362736
type: TYPE_UINT32
27372737
options {
2738-
65001: 0
27392738
65003: "os.FileMode"
2739+
65001: 0
27402740
}
27412741
json_name: "mode"
27422742
}
@@ -2904,8 +2904,8 @@ file {
29042904
type: TYPE_MESSAGE
29052905
type_name: ".google.protobuf.Duration"
29062906
options {
2907-
65001: 0
29082907
65011: 1
2908+
65001: 0
29092909
}
29102910
json_name: "delay"
29112911
}
@@ -3348,8 +3348,8 @@ file {
33483348
}
33493349
}
33503350
options {
3351-
62001: 0
33523351
62023: "PublishMode"
3352+
62001: 0
33533353
}
33543354
}
33553355
}
@@ -4055,8 +4055,8 @@ file {
40554055
label: LABEL_OPTIONAL
40564056
type: TYPE_UINT32
40574057
options {
4058-
65001: 0
40594058
65003: "os.FileMode"
4059+
65001: 0
40604060
}
40614061
json_name: "mode"
40624062
}
@@ -5052,8 +5052,8 @@ file {
50525052
}
50535053
}
50545054
options {
5055-
62001: 0
50565055
62023: "NodeRole"
5056+
62001: 0
50575057
}
50585058
}
50595059
syntax: "proto3"
@@ -5677,6 +5677,13 @@ file {
56775677
type_name: ".docker.swarmkit.v1.ContainerSpec.Ulimit"
56785678
json_name: "ulimits"
56795679
}
5680+
field {
5681+
name: "privileged"
5682+
number: 30
5683+
label: LABEL_OPTIONAL
5684+
type: TYPE_BOOL
5685+
json_name: "privileged"
5686+
}
56805687
nested_type {
56815688
name: "LabelsEntry"
56825689
field {
@@ -9739,8 +9746,8 @@ file {
97399746
type: TYPE_MESSAGE
97409747
type_name: ".google.protobuf.Duration"
97419748
options {
9742-
65001: 0
97439749
65011: 1
9750+
65001: 0
97449751
}
97459752
json_name: "period"
97469753
}
@@ -10958,14 +10965,14 @@ file {
1095810965
}
1095910966
}
1096010967
options {
10961-
63001: 0
10962-
63002: 0
1096310968
63017: 1
10964-
63018: 1
1096510969
63020: 1
10970+
63018: 1
10971+
63001: 0
10972+
63002: 0
10973+
63035: 0
1096610974
63026: 0
1096710975
63034: 0
10968-
63035: 0
1096910976
}
1097010977
}
1097110978
file {

0 commit comments

Comments
 (0)