Skip to content

Commit

Permalink
Made changes for new feature requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4manta committed Nov 5, 2024
1 parent acd91e6 commit 78abbaa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ var (
reportProblemsToJiraComponent("splat").
contactPerson("vr4manta").
productScope(ocpSpecific).
enhancementPR("https://github.com/openshift/enhancements/pull/1709").
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

Expand Down
1 change: 1 addition & 0 deletions machine/v1beta1/zz_generated.swagger_doc_generated.go

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

9 changes: 8 additions & 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.

6 changes: 5 additions & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -22255,10 +22255,14 @@
"sizeGiB"
],
"properties": {
"name": {
"description": "name is a name to be used to identify the disk definition. If deviceName is not specified, the disk will still be created. The deviceName should be unique so that it can be used to clearly identify purpose of the disk, but is not required to be unique.",
"type": "string"
},
"sizeGiB": {
"description": "sizeGiB is the size of the disk (in GiB).",
"type": "integer",
"format": "int64",
"format": "int32",
"default": 0
}
}
Expand Down

0 comments on commit 78abbaa

Please sign in to comment.