File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
keps/sig-node/3619-supplemental-groups-policy Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ To propagate whether the runtime supports fine-grained supplemental group contro
272
272
message StatusResponse {
273
273
...
274
274
// features describes the set of features implemented by the CRI implementation.
275
+ // This field is supposed to propagate to NodeFeatures in Kubernetes API.
275
276
RuntimeFeatures features = ?;
276
277
}
277
278
message RuntimeFeatures {
@@ -525,6 +526,7 @@ message StatusResponse {
525
526
repeated RuntimeHandler runtime_handlers = 3;
526
527
527
528
// features describes the set of features implemented by the CRI implementation.
529
+ // This field is supposed to propagate to NodeFeatures in Kubernetes API.
528
530
RuntimeFeatures features = ?;
529
531
}
530
532
You can’t perform that action at this time.
0 commit comments