Skip to content

Commit

Permalink
fix: patched ServiceKafkaQuotaDescribe required parameters (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyroslav authored Dec 23, 2024
1 parent dd099f8 commit f9a4fa2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

# Go workspace file
go.work
go.work.sum

### GoLand+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
Expand Down
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ tasks:
- rm -rf {{.GEN_OUT_DIR}}
- GEN_OUT_DIR={{.GEN_OUT_DIR}} go run -tags=generator ./generator/...
- task: fmt-imports
requires:
vars:
- GEN_OUT_DIR
generate:
cmds:
- task: get-openapi-spec
Expand Down
10 changes: 5 additions & 5 deletions handler/kafka/kafka.go

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

4 changes: 4 additions & 0 deletions openapi_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ paths:

components:
schemas:
ServiceKafkaQuotaDescribeResponse:
properties:
quota:
required: []
ServiceDatabaseListResponse:
properties:
databases:
Expand Down

0 comments on commit f9a4fa2

Please sign in to comment.