File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/ws-manager-api/go/crd/v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,7 @@ type WorkspaceStatus struct {
188
188
// +kubebuilder:validation:Optional
189
189
Runtime * WorkspaceRuntimeStatus `json:"runtime,omitempty"`
190
190
191
- Storage StorageStatus `json:"storage,omitempty"`
192
- VolumeDevice string `json:"volumeDevice,omitempty"`
191
+ Storage StorageStatus `json:"storage,omitempty"`
193
192
194
193
LastActivity * metav1.Time `json:"lastActivity,omitempty"`
195
194
}
@@ -253,6 +252,7 @@ const (
253
252
// NodeDisappeared is true if the workspace's node disappeared before the workspace was stopped
254
253
WorkspaceConditionNodeDisappeared WorkspaceCondition = "NodeDisappeared"
255
254
255
+ VolumeAttachRequest WorkspaceCondition = "VolumeAttachRequest"
256
256
// VolumeAttached is true if the workspace's volume has been attached to the node
257
257
VolumeAttached WorkspaceCondition = "VolumeAttached"
258
258
// VolumeMounted is true if the workspace's volume has been mounted on the node
You can’t perform that action at this time.
0 commit comments