Skip to content

Commit 55e6fd7

Browse files
Furistocsweichel
authored andcommitted
Add throughput condition (#18982)
1 parent 5e9962d commit 55e6fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/ws-manager-api/go/crd/v1/workspace_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ const (
257257
VolumeAttached WorkspaceCondition = "VolumeAttached"
258258
// VolumeMounted is true if the workspace's volume has been mounted on the node
259259
VolumeMounted WorkspaceCondition = "VolumeMounted"
260+
// ThroughputAdjusted is true if the throughput of the workspace volume has been adjusted
261+
WorkspaceConditionThroughputAdjusted WorkspaceCondition = "ThroughputAdjusted"
260262
)
261263

262264
func NewWorkspaceConditionDeployed() metav1.Condition {

0 commit comments

Comments
 (0)