Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Add CRD Support in FMP (also implies a Kubernetes client effort) #1591

Closed
lordofthejars opened this issue Mar 20, 2019 · 2 comments · Fixed by #1626
Closed

Add CRD Support in FMP (also implies a Kubernetes client effort) #1591

lordofthejars opened this issue Mar 20, 2019 · 2 comments · Fixed by #1626
Assignees

Comments

@lordofthejars
Copy link
Contributor

No description provided.

@rohanKanojia rohanKanojia self-assigned this Mar 21, 2019
@rohanKanojia
Copy link
Member

Right now we're able to create CustomResourceDefinitions using resource fragments, so if you place your crd.yml in src/main/fabric8 directory and run fabric8 maven plugin goals. You would be able to see your CRDs being created and applied onto the cluster.

However, right now it's not possible to create a CustomResource of that CRD type you just created using fmp in previous step. We need to change things on client side to be able to achieve this.

@rohanKanojia
Copy link
Member

So, I've raised a PR in client which got merged recently : fabric8io/kubernetes-client#1472 . It has got support for all the basic things like create, get, list, update and delete. This would be available in upcoming release of Fabric8 Kubernetes Client

rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue Apr 24, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue Apr 24, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue Apr 24, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue Apr 25, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue May 2, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue May 2, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue May 13, 2019
rohanKanojia added a commit to rohanKanojia/fabric8-maven-plugin that referenced this issue May 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants