Skip to content

Commit 330efe5

Browse files
committed
refactor(sandbox): drop pod_template reserved field
No backwards compatibility concern — remove the reserved field number and name to keep the proto clean.
1 parent 081b0da commit 330efe5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proto/datamodel.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ message SandboxTemplate {
4444
map<string, string> annotations = 5;
4545
map<string, string> environment = 6;
4646
google.protobuf.Struct resources = 7;
47-
reserved 8;
48-
reserved "pod_template";
4947
google.protobuf.Struct volume_claim_templates = 9;
5048
}
5149

0 commit comments

Comments
 (0)