-
Notifications
You must be signed in to change notification settings - Fork 42
clustercatalog content discovery for packages and bundle versions #239
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
Conversation
Signed-off-by: Ankita Thomas <ankithom@redhat.com>
Signed-off-by: Ankita Thomas <ankithom@redhat.com>
rashmigottipati
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled this PR locally and tested it with the kubectl operator olmv1 search catalog commands and they’re working as expected. I’ll review the code in more detail soon
rashmigottipati
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
* clustercatalog content discovery for packages and bundle versions Signed-off-by: Ankita Thomas <ankithom@redhat.com> * linter fixes Signed-off-by: Ankita Thomas <ankithom@redhat.com> --------- Signed-off-by: Ankita Thomas <ankithom@redhat.com>
Adds a new command to list contents of available, healthy ClusterCatalogs.
Addresses operator-framework/operator-controller#1768
By default, the command lists all available packages and channels from all catalogs present on cluster.
--timeoutcan be modified to support listing large catalogs.The queried catalogs can be restricted via a label selector, specified by
--selector, and the output can be restricted to a specific package with--package.Currently supports yaml and json outputs for the catalog FBC, in addition to the table output.