@daocloud-proto/kcoral 0.2.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,7 @@ export type ListKCoralClustersRequest = {
18
18
  export type ClusterDescription = {
19
19
  clusterName?: string
20
20
  veleroInstalled?: boolean
21
+ running?: boolean
21
22
  }
22
23
 
23
24
  export type ListKCoralClustersResponse = {
@@ -39,4 +39,5 @@ export type VolumeSnapshotClass = {
39
39
  metadata?: KcoralIoApiTypesObjectmeta.ObjectMeta
40
40
  deletionPolicy?: string
41
41
  parameters?: {[key: string]: string}
42
+ driver?: string
42
43
  }
@@ -140,4 +140,5 @@ export type BackupStatus = {
140
140
  progress?: BackupProgress
141
141
  csiVolumeSnapshotsAttempted?: number
142
142
  csiVolumeSnapshotsCompleted?: number
143
+ logUrl?: string
143
144
  }
@@ -29,6 +29,7 @@ export type ListSchedulesRequest = {
29
29
  sortDir?: KcoralIoApiTypesPage.SortDir
30
30
  labelSelector?: string
31
31
  fieldSelector?: string
32
+ showScheduleWithoutBackup?: boolean
32
33
  }
33
34
 
34
35
  export type GetScheduleRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kcoral",
3
- "version":"0.2.0",
3
+ "version":"0.3.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {