Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSASINFRA-3690: Fix typo #2168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion machine/v1alpha1/types_openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ type RootVolume struct {
// volumeType specifies a volume type to use when creating the root
// volume. If not specified the default volume type will be used.
VolumeType string `json:"volumeType,omitempty"`
// diskSize specifies the size, in GB, of the created root volume.
// diskSize specifies the size, in GiB, of the created root volume.
Size int `json:"diskSize,omitempty"`
// availabilityZone specifies the Cinder availability where the root volume will be created.
Zone string `json:"availabilityZone,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion machine/v1alpha1/zz_generated.swagger_doc_generated.go

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

2 changes: 1 addition & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

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

2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -20257,7 +20257,7 @@
"type": "string"
},
"diskSize": {
"description": "diskSize specifies the size, in GB, of the created root volume.",
"description": "diskSize specifies the size, in GiB, of the created root volume.",
"type": "integer",
"format": "int32"
},
Expand Down