Skip to content

Commit fe9ee05

Browse files
committed
Send cgroup limits with workload
1 parent 5d255ea commit fe9ee05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

protect/control/v1/common.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@ message WorkloadSpec {
309309
repeated MountSpec mounts = 6;
310310
WorkloadSecuritySpec security = 7;
311311
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;
312318
}
313319

314320
message WorkloadScratchMount {

0 commit comments

Comments
 (0)