Skip to content
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

Adopt more service catalog API changes #475

Merged
merged 1 commit into from
Oct 11, 2017

Conversation

spadgett
Copy link
Member

@spadgett spadgett commented Oct 9, 2017

Requires openshift/origin-web-common#223
Updates origin-web-common to 0.0.66

  • Cluster prefix for service classes and plans
  • ServiceInstanceCredential -> ServiceBinding
  • check removedFromBrokerCatalog

TODO:

  • Write test for removedFromBrokerCatalog

cc @jeff-phillips-18

@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 9, 2017
@spadgett spadgett changed the title Adopt more service catalog API changes [DO NOT MERGE] [WIP] Adopt more service catalog API changes Oct 9, 2017
clusterserviceclasses: {group: 'servicecatalog.k8s.io', resource: 'serviceclasses' },
clusterserviceplans: {group: 'servicecatalog.k8s.io', resource: 'serviceplans' },
clusterserviceclasses: {group: 'servicecatalog.k8s.io', resource: 'clusterserviceclasses' },
clusterserviceplans: {group: 'servicecatalog.k8s.io', resource: 'clusterserviceplans' },
imagestreams: {group: 'image.openshift.io', version: 'v1', resource: 'imagestreams' },
// Using the anticipated name for this resource, even though it's not currently called servicebindings.
servicebindings: {group: 'servicecatalog.k8s.io', resource: 'serviceinstancecredentials' },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resource value should be 'servicebindings'

@jeff-phillips-18
Copy link
Member

LGTM

@spadgett spadgett force-pushed the catalog-api-changes branch 2 times, most recently from 3003710 to f4d5a30 Compare October 11, 2017 17:28
@spadgett spadgett changed the title [DO NOT MERGE] [WIP] Adopt more service catalog API changes Adopt more service catalog API changes Oct 11, 2017
@spadgett spadgett force-pushed the catalog-api-changes branch 3 times, most recently from 78986f8 to 6203027 Compare October 11, 2017 17:49
Bumps origin-web-common to 0.0.66

* Cluster prefix for service classes and plans
* ServiceInstanceCredential -> ServiceBinding
* check removedFromBrokerCatalog
@spadgett spadgett merged commit 12202c3 into openshift:master Oct 11, 2017
@spadgett spadgett deleted the catalog-api-changes branch October 11, 2017 18:07
@spadgett spadgett mentioned this pull request Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants