@daocloud-proto/kpanda 0.37.0 → 0.38.0-dev-53c47017

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.
@@ -315,6 +315,7 @@ export type BatchAddNodeRequest = {
315
315
  nodeInfos?: NodeInfo[]
316
316
  type?: SSHInfoType
317
317
  kubesprayArgs?: NodeKubesprayArgs
318
+ ansibleExtraArgs?: {[key: string]: string}
318
319
  }
319
320
 
320
321
  export type NodeKubesprayArgs = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.37.0",
3
+ "version":"v0.38.0-dev-53c47017",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {