@daocloud-proto/kpanda 0.26.0-dev-f6e0086e → 0.26.0-dev-aabeb345

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.
@@ -319,6 +319,7 @@ export type NodeKubesprayArgs = {
319
319
  yumRepos?: string[]
320
320
  enableNodeSysctlTuning?: boolean
321
321
  sysctlParams?: {[key: string]: string}
322
+ sshSecretName?: string
322
323
  }
323
324
 
324
325
  export type ClusterlcmResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.26.0-dev-f6e0086e",
3
+ "version":"v0.26.0-dev-aabeb345",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {