eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
774 stars 521 forks source link

Knative Support #72

Open devang-gaur opened 4 years ago

devang-gaur commented 4 years ago

https://knative.dev/

rohanKanojia commented 4 years ago

Could you please provide more context? What kind of use case would this solve? We already have knative and tekton extensions in fabric8 kubernetes client.

manusa commented 3 years ago

Provide implementation similar to: https://github.com/openshift/odo/issues/3026

ricardozanini commented 3 years ago

@rohanKanojia @manusa, I believe we to add Knative Service to this list: https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#controller-resource-generation

Do you think it's reasonable to add prioritize this issue?

manusa commented 3 years ago

Hi @ricardozanini, I think no one in the core team has much experience with Knative. If we get enough guidelines or some collaboration, I don't see why this feature wouldn't be able to make it to 1.6.0 (1.5.0 is due next week, 1.6.0 should be due a few weeks later). We refactored the Controller generation/enrichment not so long ago, it should be easy to add support for additional controllers.

ricardozanini commented 3 years ago

Oh nice! I think I can take a look then :)