Skip to content

Commit

Permalink
Add bundle endpoints to swagger + generate
Browse files Browse the repository at this point in the history
Added operator bundles support
Introducing two initial bundles: OpenShift AI and Virtualization
New API endpoints to retrieve bundle information:
* List available operator bundles
* Retrieve operators associated with a specific bundle

Signed-off-by: Eran Cohen <[email protected]>
  • Loading branch information
eranco74 committed Jan 8, 2025
1 parent 061ac46 commit 24eb5b6
Show file tree
Hide file tree
Showing 30 changed files with 2,833 additions and 0 deletions.
78 changes: 78 additions & 0 deletions api/vendor/github.com/openshift/assisted-service/models/bundle.go

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

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

64 changes: 64 additions & 0 deletions client/operators/operators_client.go

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

151 changes: 151 additions & 0 deletions client/operators/v2_get_bundle_operators_parameters.go

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

Loading

0 comments on commit 24eb5b6

Please sign in to comment.