We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d255ea commit 1a74352Copy full SHA for 1a74352
1 file changed
protect/control/v1/common.proto
@@ -309,6 +309,12 @@ message WorkloadSpec {
309
repeated MountSpec mounts = 6;
310
WorkloadSecuritySpec security = 7;
311
repeated WorkloadScratchMount scratch_mount = 8;
312
+ repeated CgroupLimit cgroup_limits = 9;
313
+}
314
+
315
+message CgroupLimit {
316
+ string limit_name = 1;
317
+ string value = 2;
318
}
319
320
message WorkloadScratchMount {
0 commit comments