Skip to content

Commit

Permalink
Remove volume storage class. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Jul 29, 2024
1 parent 524bc2d commit ac7bf84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
3 changes: 3 additions & 0 deletions api/models/models_v1_size_reservation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions api/models/v1_volume_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions api/models/v1_volume_usage.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions cloud-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,12 @@
"description": {
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"partitionids": {
"items": {
"type": "string"
Expand Down Expand Up @@ -5564,9 +5570,6 @@
"Statistics": {
"$ref": "#/definitions/v1.VolumeStatistics"
},
"StorageClass": {
"type": "string"
},
"TenantID": {
"type": "string"
},
Expand Down Expand Up @@ -5595,7 +5598,6 @@
"SourceSnapshotUUID",
"State",
"Statistics",
"StorageClass",
"TenantID",
"VolumeHandle",
"VolumeID",
Expand Down Expand Up @@ -5650,10 +5652,6 @@
"description": "the capacity seconds of this volume (byte*s)",
"type": "string"
},
"class": {
"description": "the class of this volume",
"type": "string"
},
"clusterid": {
"description": "the cluster id of this volume",
"type": "string"
Expand Down Expand Up @@ -5721,7 +5719,6 @@
"required": [
"annotations",
"capacityseconds",
"class",
"clusterid",
"clustername",
"contract",
Expand Down

0 comments on commit ac7bf84

Please sign in to comment.