Skip to content

Commit da17adb

Browse files
author
serverpod_cloud
committed
refactor(gc): b67df1889acd03662cde7b1c64236bdad8d2cc1a
1 parent 18ee8e9 commit da17adb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ground_control_client/lib/src/protocol/domains/capsules/models/capsule_resource_config.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)