@daocloud-proto/kpanda 0.22.0-dev-6e3f2b50 → 0.22.0-dev-abfd8709

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,7 +27,6 @@ export type StorageClass = {
27
27
  volumeBindingMode?: StorageClassVolumeBindingMode
28
28
  mountOptions?: string[]
29
29
  parameters?: {[key: string]: string}
30
- allowVolumeExpansion?: boolean
31
30
  }
32
31
 
33
32
  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-6e3f2b50",
3
+ "version":"v0.22.0-dev-abfd8709",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {