@daocloud-proto/skoala 0.28.0 → 0.28.1-2

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.
@@ -32,6 +32,7 @@ export enum NacosStatus {
32
32
  Creating = "Creating",
33
33
  Failed = "Failed",
34
34
  Scaling = "Scaling",
35
+ Warning = "Warning",
35
36
  }
36
37
 
37
38
  export enum NacosConditionStatus {
@@ -113,6 +114,7 @@ export type Nacos = {
113
114
  insight?: SkoalaApiGeneralV1alpha1Insight.NacosInsightMetrics
114
115
  clusterPhase?: SkoalaApiGeneralV1alpha1Common.ClusterPhase
115
116
  workloadState?: SkoalaApiGeneralV1alpha1Common.WorkloadState
117
+ failedReason?: string[]
116
118
  }
117
119
 
118
120
  export type NacosDatabase = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.28.0",
3
+ "version": "0.28.1-2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {