File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ws-manager-mk2/config/crd/bases Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
9
9
)
10
10
11
- // WorkspaceSpec defines the desired state of Workspace
11
+ // SnapshotSpec defines the desired state of the snapshot
12
12
type SnapshotSpec struct {
13
13
// +kubebuilder:validation:Required
14
14
NodeName string `json:"nodeName"`
@@ -17,7 +17,7 @@ type SnapshotSpec struct {
17
17
WorkspaceID string `json:"workspaceID"`
18
18
}
19
19
20
- // WorkspaceStatus defines the observed state of Workspace
20
+ // SnapshotStatus defines the observed state of the snapshot
21
21
type SnapshotStatus struct {
22
22
// // +kubebuilder:validation:Optional
23
23
// Conditions []metav1.Condition `json:"conditions"`
Original file line number Diff line number Diff line change 50
50
metadata :
51
51
type : object
52
52
spec :
53
- description : WorkspaceSpec defines the desired state of Workspace
53
+ description : SnapshotSpec defines the desired state of the snapshot
54
54
properties :
55
55
nodeName :
56
56
type : string
61
61
- workspaceID
62
62
type : object
63
63
status :
64
- description : WorkspaceStatus defines the observed state of Workspace
64
+ description : SnapshotStatus defines the observed state of the snapshot
65
65
properties :
66
66
completed :
67
67
description : Completed indicates if the snapshot operation has completed
You can’t perform that action at this time.
0 commit comments