@daocloud-proto/kpanda 0.22.0-dev-040bc703 → 0.22.0-dev-6e3f2b50

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.
@@ -27,6 +27,7 @@ export type StorageClass = {
27
27
  volumeBindingMode?: StorageClassVolumeBindingMode
28
28
  mountOptions?: string[]
29
29
  parameters?: {[key: string]: string}
30
+ allowVolumeExpansion?: boolean
30
31
  }
31
32
 
32
33
  export type ListStorageClassesRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-040bc703",
3
+ "version":"v0.22.0-dev-6e3f2b50",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {