-
Notifications
You must be signed in to change notification settings - Fork 7
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
[release-1.16] IntegrationSource CRD to OCP #956
base: release-v1.16
Are you sure you want to change the base?
[release-1.16] IntegrationSource CRD to OCP #956
Conversation
* Add initial raw API types and controller/reconciler. Levering internally the container source for the handling of the kamelet workloads. the logic for applying the env-vars is a bit verbose, but can be improved. Tests/lifeccyle and some other improvements are still missing. but this works. Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * adding reflection to make the mapping less verbose, and more flexible to extend... Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Add DDB Streams Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * polish and add minimal tests Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Update pkg/apis/sources/v1alpha1/integration_lifecycle.go Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Update pkg/apis/sources/v1alpha1/integration_lifecycle.go Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Fix compiler warnings Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * use other image coordinates Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * first test for source Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Adding initial rekt test Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Adding SSL support and test for IntegrationSource Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Formatting fixes Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Disable OIDC tests for now Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * use knative nightly images Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Fixing linters Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * addressing comments, Part1 Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> --------- Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew 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 |
@matzew: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/hold |
This is work in progress, for release 1.36
DO NOT MERGE