find_repository_operator_bundles_by_registry_path#
List operator bundles for a repository.
Arguments#
registry
| String required
Container registry. All Red Hat containers use the value of ‘registry.access.redhat.com’ (regardless of whether they are shipped only to the terms-based registry at registry.redhat.io). Partner containers use the value of ‘registry.connect.redhat.com’.
repository
| String required
Path of the repository.
page
| Integer
Number parameters
default
| 0
Page that should be returned.
page_size
| Integer
Number parameters
default
| 50
Size of the page that should be returned.
sort_by
| List[SortByMembers]
Sorting of the results.
Returns#
response_type
| many
response_object
| Operator Bundle
Query example
{
find_repository_operator_bundles_by_registry_path(page: 0, page_size: 50, sort_by: [{ field: "creation_date", order: DESC }], registry: "example", repository: "example") {
error {
detail
status
}
total # omit for better performance
page_size
page
data {
_id
}
}
}