@daocloud-proto/kpanda 0.22.0-dev-98db7f9d → 0.22.0-dev-59723ccc

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.
@@ -213,6 +213,7 @@ export type DeleteKuBeanClusterOpsRequest = {
213
213
  export type NodeConfig = {
214
214
  nodeInfo?: NodeInfo[]
215
215
  sshInfo?: SSHInfo
216
+ ansibleExtraArgs?: {[key: string]: string}
216
217
  }
217
218
 
218
219
  export type NodeInfo = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-98db7f9d",
3
+ "version":"v0.22.0-dev-59723ccc",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {