-
Notifications
You must be signed in to change notification settings - Fork 202
Add support for Service Catalog #1050
Comments
This is something that will be really useful in the future. What's the status of the service catalog today? is it alpha/beta and is it included in latest versions of kube/openshift? Btw, I also think that most of the work should be done in kubernetes-model. |
@nicolaferraro its shipped in openshift 3.6.0 now so I guess its getting there; its gonna be marked beta for kubernetes 1.8 though am sure there'll be YAML changes ;) https://github.com/kubernetes-incubator/service-catalog Agreed though! We should include a service catalog jar in kubernetes-model we can then reuse in fabric8-maven-plugin. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
Would be cool if we could start working on some sort of support for the service catalog. @iocanel I know that you had some ideas around the service catalog. What was your idea for adding service catalog support ? |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
when your app needs, say, a database to be provided by the Service Catalog we need to be able to include service catalog dependent resources YAML in the
src/main/fabric8
folder so that we can properly generate service-catalog-dependent apps.I think this is mostly gonna be adding more kinds to fabric8-maven-plugin?
The text was updated successfully, but these errors were encountered: