-
Notifications
You must be signed in to change notification settings - Fork 89
Breaking api changes - Refactor ServiceBindingRequest api #608
Breaking api changes - Refactor ServiceBindingRequest api #608
Conversation
|
Skipping CI for Draft Pull Request. |
350037b to
6e25a4e
Compare
|
/assign @DhritiShikhar @Avni-Sharma |
5aace07 to
7cab24f
Compare
|
/test e2e |
...og/service-binding-operator/0.1.1/service-binding-operator.v0.1.1.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
|
/hold Let the others continue the review, I'm going to bikeshed on the API group name before this gets merged :) |
...talog/service-binding-operator/manifests/service-binding-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
...og/service-binding-operator/0.1.1/service-binding-operator.v0.1.1.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
| - "list" | ||
| - "watch" | ||
| - "update" | ||
| - apiGroups: |
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.
you should revisit the existing roles from above and remove those pointing to the old apigroups.
...talog/service-binding-operator/manifests/service-binding-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
|
/test e2e |
|
/test 4.5-e2e |
|
/test e2e |
|
could we rename |
567224e to
3ae312c
Compare
|
/retest |
5 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
@akashshinde: 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/test-infra repository. I understand the commands that are listed here. |
|
/retest |
Updated apps.openshift.io group to operators.coreos.com Updated ServiceBindingRequest kind to ServiceBinding Removed spec.backingServiceSelector Replaced spec.applicationSelector with spec.application Using Application *Application instead of Application Application ( feedback by OLM team ) Using DetectBindingResources *bool instead of DetectBindingResources bool ( feedback by OLM team ) Replaced spec.backingServiceSelectors with spec.services Replaced resourceRef in application and services to name
37ab2ff to
6e1274d
Compare
|
/lgtm |
|
/hold cancel |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pedjak 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 |
Motivation
Ref: https://issues.redhat.com/browse/APPSVC-574
Primarily
Also ..
Changes
This is how ServiceBinding CR would look like
Set a Group and Kind which is Kubernetes / OperatorFramework friendly.
Following changes have been made in this PR
Updated
apps.openshift.iogroup tooperators.coreos.comUpdate
ServiceBindingRequestkind toServiceBindingRemoved
spec.backingServiceSelectorReplaced
spec.applicationSelectorwithspec.applicationUsing
Application *Applicationinstead ofApplication Application( feedback by OLM team )Using
DetectBindingResources *boolinstead ofDetectBindingResources bool( feedback by OLM team )Replaced
spec.backingServiceSelectorswithspec.servicesReplaced
resourceRefin application and services tonameTesting