@daocloud-proto/kpanda 0.23.0-dev-7bb84eb3 → 0.23.0-dev-af89b54e

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.
@@ -22,12 +22,6 @@ export enum EtcdBackupStrategySpecEtcdBackupType {
22
22
  Timing = "Timing",
23
23
  }
24
24
 
25
- export enum EtcdBackupStrategyStatusBackupStrategyState {
26
- BACKUP_STRATEGY_UNSPECIFIED = "BACKUP_STRATEGY_UNSPECIFIED",
27
- Running = "Running",
28
- Stopped = "Stopped",
29
- }
30
-
31
25
  export enum SnapshotterConfigGarbageCollectingPolicy {
32
26
  ETCD_BACKUP_TYPE_UNSPECIFIED = "ETCD_BACKUP_TYPE_UNSPECIFIED",
33
27
  Exponential = "Exponential",
@@ -60,7 +54,7 @@ export type EtcdBackupStrategyConfig = {
60
54
  }
61
55
 
62
56
  export type EtcdBackupStrategyStatus = {
63
- phase?: EtcdBackupStrategyStatusBackupStrategyState
57
+ phase?: KpandaIoApiTypesObjectmeta.WorkloadState
64
58
  }
65
59
 
66
60
  export type EtcdConnectionConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.23.0-dev-7bb84eb3",
3
+ "version":"v0.23.0-dev-af89b54e",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {