@daocloud-proto/skoala 0.13.0-4 → 0.14.0

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.
@@ -105,10 +105,15 @@ export type RegistryServiceInfo = {
105
105
  meshId?: string
106
106
  meshName?: string
107
107
  meshNamespaceName?: string
108
+ meshType?: string
109
+ meshStatus?: string
110
+ meshDeployType?: string
108
111
  nacosNamespaceId?: string
109
112
  nacosGroupName?: string
110
113
  kubernetesClusterName?: string
111
114
  kubernetesNamespaceName?: string
115
+ kubernetesPorts?: string[]
116
+ kubernetesLabels?: string[]
112
117
  registryType?: RegistryServiceInfoRegistryType
113
118
  }
114
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.13.0-4",
3
+ "version": "0.14.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {