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

we should auto generate the KubernetesKind class so that it always has all of the kubernetes entity types inside #77

Open
jstrachan opened this issue Aug 28, 2015 · 3 comments

Comments

@jstrachan
Copy link
Contributor

I just hit this https://gist.github.com/jstrachan/b13219083279d6d2b724 as this class https://github.com/fabric8io/kubernetes-model/blob/master/kubernetes-model/src/main/java/io/fabric8/kubernetes/api/model/KubernetesKind.java#L26 was missing the particular model type I was using.

We should generate this class with all the entities from Kubernetes (ditto for OpenShift).

we could maybe refactor this old code to generate it from the generated model https://github.com/jstrachan/fabric8/blob/cdelivery/components/kubernetes-codegen/src/main/java/io/fabric8/kubernetes/codegen/GenerateKindToClassMap.java

@jimmidyson jimmidyson assigned iocanel and unassigned jimmidyson Nov 24, 2015
@iocanel
Copy link
Member

iocanel commented Nov 25, 2015

Currently KubernetesKind is @Depracated and not used by any part of Fabric8.

We should completely drop it at some point in the near future.

@davsclaus
Copy link
Member

@iocanel did you manage to drop it, or what work would that take ?

@iocanel iocanel removed their assignment Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants