We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9962d commit 55e6fd7Copy full SHA for 55e6fd7
components/ws-manager-api/go/crd/v1/workspace_types.go
@@ -257,6 +257,8 @@ const (
257
VolumeAttached WorkspaceCondition = "VolumeAttached"
258
// VolumeMounted is true if the workspace's volume has been mounted on the node
259
VolumeMounted WorkspaceCondition = "VolumeMounted"
260
+ // ThroughputAdjusted is true if the throughput of the workspace volume has been adjusted
261
+ WorkspaceConditionThroughputAdjusted WorkspaceCondition = "ThroughputAdjusted"
262
)
263
264
func NewWorkspaceConditionDeployed() metav1.Condition {
0 commit comments