@daocloud-proto/kpanda 0.33.0 → 0.33.1

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.
@@ -145,8 +145,6 @@ export type ClusterSettings = {
145
145
  zone?: string
146
146
  kubesprayArgs?: KubesprayArgs
147
147
  preinstallAddons?: AddonInfo[]
148
- useLocalService?: boolean
149
- osRepoType?: OsRepoType
150
148
  }
151
149
 
152
150
  export type AddonInfo = {
@@ -232,8 +230,6 @@ export type NodeInfo = {
232
230
  role?: NodeInfoRole
233
231
  user?: string
234
232
  pass?: string
235
- osKernelVersion?: string
236
- dualStackNetwork?: boolean
237
233
  }
238
234
 
239
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.33.0",
3
+ "version":"v0.33.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {