Skip to content

Commit 5e9962d

Browse files
aledbfcsweichel
authored andcommitted
Add VolumeAttachRequest condition
1 parent f22999f commit 5e9962d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ type WorkspaceStatus struct {
188188
// +kubebuilder:validation:Optional
189189
Runtime *WorkspaceRuntimeStatus `json:"runtime,omitempty"`
190190

191-
Storage StorageStatus `json:"storage,omitempty"`
192-
VolumeDevice string `json:"volumeDevice,omitempty"`
191+
Storage StorageStatus `json:"storage,omitempty"`
193192

194193
LastActivity *metav1.Time `json:"lastActivity,omitempty"`
195194
}
@@ -253,6 +252,7 @@ const (
253252
// NodeDisappeared is true if the workspace's node disappeared before the workspace was stopped
254253
WorkspaceConditionNodeDisappeared WorkspaceCondition = "NodeDisappeared"
255254

255+
VolumeAttachRequest WorkspaceCondition = "VolumeAttachRequest"
256256
// VolumeAttached is true if the workspace's volume has been attached to the node
257257
VolumeAttached WorkspaceCondition = "VolumeAttached"
258258
// VolumeMounted is true if the workspace's volume has been mounted on the node

0 commit comments

Comments
 (0)