-
Notifications
You must be signed in to change notification settings - Fork 544
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
Enable Operator Discovery #1070
Conversation
- Add Operator type and CRD - Clean up helm templates (CVO numbering)
- Clean up codegen/mockgen make rules - Clean up codegen/mockgen scripts - Run codegen and mockgen
838c278
to
8cf25e1
Compare
ce6cde0
to
6ce7c26
Compare
0c0105f
to
37f33ff
Compare
37f33ff
to
656c974
Compare
…ycle-manager into njhale-operator-discovery # Conflicts: # deploy/upstream/quickstart/crds.yaml # go.mod # go.sum # pkg/fakes/fake_registry_store.go # vendor/modules.txt
656c974
to
06521aa
Compare
06521aa
to
6d7468e
Compare
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.
Looks good to me!
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gallettilance, kevinrizza, njhale The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
New changes are detected. LGTM label has been removed. |
6b051e6
to
8536ed4
Compare
293a70b
to
ce8ce19
Compare
/retest |
1 similar comment
/retest |
ce8ce19
to
2cd4186
Compare
@njhale: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
We're driving a roughly equivalent feature w/ the k8s cluster-addons WG. Closing this for now. |
@njhale: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description of the change:
Add the
operators.coreos.com/v2alpha1
API group andOperator
resource with component selection.Note: This must be put behind a feature gate before merging.