Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

add support for the Service Catalog to the model #225

Open
jstrachan opened this issue Sep 13, 2017 · 3 comments
Open

add support for the Service Catalog to the model #225

jstrachan opened this issue Sep 13, 2017 · 3 comments

Comments

@jstrachan
Copy link
Contributor

relates to fabric8io/fabric8-maven-plugin#1050 but it'd be good to have a jar for the service catalog YAML resources so that we can use them with kubernetes-client / fabric8-maven-plugin

@hrishin hrishin added this to the Sprint 142 milestone Dec 12, 2017
@hrishin
Copy link
Member

hrishin commented Jan 3, 2018

Need to add following API resources.

  • ClusterServiceBroker(List and Object)
  • ServiceClass(List and Object)
  • ServiceInstance(List and Object)
  • ServiceBinding(List and Object)

@hrishin
Copy link
Member

hrishin commented Jul 11, 2018

@iocanel shall we add this to kubernetes client?

considering https://github.com/snowdrop/service-catalog-java-api.

cc: @rohanKanojia @piyush1594

@iocanel
Copy link
Member

iocanel commented Jul 11, 2018

What I'd personally want is a single project that will ship individual modules for the following:

  • kubernetes-model
  • kubernetes-client
  • openshift-model
  • openshift-client
  • istio-model
  • istio-client
  • servicecatalog-model
  • servicecatalog-client

So that we can release everything in a single step, but without having too coarse grained modules.

So to answer the question, I'd say let's start by merging the kubernetes-model with kubernetes-client as a first step and then let's gradually bring the rest of the stuff in.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants