Skip to content

Commit e6cc8f6

Browse files
Merge pull request #2161 from vr4manta/SPLAT-2008
SPLAT-2008: Update vSphere multi disk api size limit doc
2 parents ef08cf6 + 4e504a8 commit e6cc8f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

machine/v1beta1/types_vsphereprovider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ type VSphereDisk struct {
193193
// +required
194194
Name string `json:"name"`
195195
// sizeGiB is the size of the disk in GiB.
196-
// The maximum supported size is 57742 GiB.
196+
// The maximum supported size 16384 GiB.
197197
// +kubebuilder:validation:Minimum=1
198-
// +kubebuilder:validation:Maximum=57742
198+
// +kubebuilder:validation:Maximum=16384
199199
// +required
200200
SizeGiB int32 `json:"sizeGiB"`
201201
}

machine/v1beta1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22524,7 +22524,7 @@
2252422524
"default": ""
2252522525
},
2252622526
"sizeGiB": {
22527-
"description": "sizeGiB is the size of the disk in GiB. The maximum supported size is 57742 GiB.",
22527+
"description": "sizeGiB is the size of the disk in GiB. The maximum supported size 16384 GiB.",
2252822528
"type": "integer",
2252922529
"format": "int32",
2253022530
"default": 0

0 commit comments

Comments
 (0)