File tree Expand file tree Collapse file tree
ground_control_client/lib/src/protocol/domains/capsules/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ abstract class CapsuleResource implements _i1.SerializableModel {
106106 /// The compute request memory.
107107 String computeRequestMemory;
108108
109- /// The compute request ephemeral storage.
109+ /// DEPRECATED (see issue https://linear.app/serverpod/issue/CLD-483/remove-deprecated-fields-from-capsuleresource)
110110 String computeRequestEphemeralStorage;
111111
112112 /// The compute limit cpu.
@@ -115,10 +115,10 @@ abstract class CapsuleResource implements _i1.SerializableModel {
115115 /// The compute limit memory.
116116 String computeLimitMemory;
117117
118- /// The compute limit ephemeral storage.
118+ /// DEPRECATED (see issue https://linear.app/serverpod/issue/CLD-483/remove-deprecated-fields-from-capsuleresource)
119119 String computeLimitEphemeralStorage;
120120
121- /// Flag to enable horizontal scaling for the capsule compute.
121+ /// DEPRECATED (see issue https://linear.app/serverpod/issue/CLD-483/remove-deprecated-fields-from-capsuleresource)
122122 bool computeScalingEnabled;
123123
124124 /// The minimum number of compute instances to scale to.
You can’t perform that action at this time.
0 commit comments