@daocloud-proto/skoala 0.6.1-99 → 0.7.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.
@@ -158,6 +158,9 @@ export type RestartNacosReq = {
158
158
  export type NacosConfig = {
159
159
  type?: NacosConfigType
160
160
  version?: string
161
+ imageRegistry?: string
162
+ imageRepository?: string
163
+ imageTag?: string
161
164
  replicas?: number
162
165
  resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
163
166
  serviceType?: SkoalaApiGeneralV1alpha1Service.ServiceType
@@ -58,6 +58,7 @@ export type GetSentinelPluginRes = {
58
58
  resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
59
59
  type?: SkoalaApiGeneralV1alpha1Service.ServiceType
60
60
  ports?: SkoalaApiGeneralV1alpha1Service.ServicePort[]
61
+ visitAddress?: string
61
62
  }
62
63
 
63
64
  export type GetMeshPluginReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.6.1-99",
3
+ "version": "0.7.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {