File tree 3 files changed +8
-0
lines changed
charts/qdrant-operator-crds/crds
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ type VolumeSnapshotInfo struct {
56
56
// ReadyToUse indicates if the volume snapshot is ready to use
57
57
// +optional
58
58
ReadyToUse bool `json:"readyToUse"`
59
+ // SnapshotHandle is the identifier of the volume snapshot in the respective cloud provider
60
+ // +optional
61
+ SnapshotHandle string `json:"snapshotHandle,omitempty"`
59
62
}
60
63
61
64
// +kubebuilder:object:root=true
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ spec:
103
103
description : ReadyToUse indicates if the volume snapshot is
104
104
ready to use
105
105
type : boolean
106
+ snapshotHandle :
107
+ description : SnapshotHandle is the identifier of the volume
108
+ snapshot in the respective cloud provider
109
+ type : string
106
110
volumeName :
107
111
description : VolumeName is the name of the volume that was backed
108
112
up
Original file line number Diff line number Diff line change @@ -1024,5 +1024,6 @@ _Appears in:_
1024
1024
| ` volumeSnapshotName ` _ string_ | VolumeSnapshotName is the name of the volume snapshot | | |
1025
1025
| ` volumeName ` _ string_ | VolumeName is the name of the volume that was backed up | | |
1026
1026
| ` readyToUse ` _ boolean_ | ReadyToUse indicates if the volume snapshot is ready to use | | |
1027
+ | ` snapshotHandle ` _ string_ | SnapshotHandle is the identifier of the volume snapshot in the respective cloud provider | | |
1027
1028
1028
1029
You can’t perform that action at this time.
0 commit comments