@daocloud-proto/skoala 0.22.2-2 → 0.22.2-8

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.
@@ -44,6 +44,21 @@ export enum ClusterPhase {
44
44
  ClusterFailed = "ClusterFailed",
45
45
  }
46
46
 
47
+ export enum ClusterProvider {
48
+ GENERIC = "GENERIC",
49
+ DAOCLOUD_KUBESPRAY = "DAOCLOUD_KUBESPRAY",
50
+ DAOCLOUD_CLUSTER_API = "DAOCLOUD_CLUSTER_API",
51
+ DAOCLOUD_DCE4 = "DAOCLOUD_DCE4",
52
+ REDHAT_OPENSHIFT4 = "REDHAT_OPENSHIFT4",
53
+ SUSE_RANCHER = "SUSE_RANCHER",
54
+ VMWARE_TANZU = "VMWARE_TANZU",
55
+ AWS_EKS = "AWS_EKS",
56
+ ALIYUN_ACK = "ALIYUN_ACK",
57
+ TENCENT_TKE = "TENCENT_TKE",
58
+ HUAWEI_CCE = "HUAWEI_CCE",
59
+ MICROSOFT_AZURE = "MICROSOFT_AZURE",
60
+ }
61
+
47
62
  export enum ResourceKind {
48
63
  RESOURCE_KIND_UNSPECIFIED = "RESOURCE_KIND_UNSPECIFIED",
49
64
  Deployment = "Deployment",
@@ -107,7 +122,9 @@ export enum WorkloadState {
107
122
  export type Cluster = {
108
123
  id?: string
109
124
  name?: string
125
+ clusterProvider?: ClusterProvider
110
126
  clusterPhase?: ClusterPhase
127
+ version?: string
111
128
  }
112
129
 
113
130
  export type Mesh = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.22.2-2",
3
+ "version": "0.22.2-8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {