Skip to content

Commit 1a74352

Browse files
authored
Send cgroup limits with workload (#11)
1 parent 5d255ea commit 1a74352

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)