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 d768178 commit e9be9a0Copy full SHA for e9be9a0
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