@daocloud-proto/skoala 0.5.1-32 → 0.5.1-34

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.
@@ -26,6 +26,7 @@ export type ListNacosReq = {
26
26
  workspaceId?: string
27
27
  clusterName?: string
28
28
  namespaceName?: string
29
+ nacosName?: string
29
30
  page?: number
30
31
  pageSize?: number
31
32
  }
@@ -120,8 +121,7 @@ export type NacosConfig = {
120
121
  type?: NacosConfigType
121
122
  version?: string
122
123
  replicas?: number
123
- cpu?: string
124
- memory?: string
124
+ resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
125
125
  serviceType?: SkoalaApiGeneralV1alpha1Service.ServiceType
126
126
  nodePort?: string
127
127
  databaseEnabled?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.5.1-32",
3
+ "version": "0.5.1-34",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {