fabric8io / kubernetes-model

JSON schema generator for OpenShift Origin API objects
36 stars 72 forks source link

branch name / git url #299

Closed sumangit789 closed 6 years ago

sumangit789 commented 6 years ago

May I please know the branch name / git url ,on which the next release (after 2.0.8) changes are going on for fabric8io/kubernetes-model

piyush-garg commented 6 years ago

Hey @sumangit789

All the changes happen on the master branch and whenever we want to release, a create a branch by the name of the version from the master and do the release. All the work happen on the master.

Thanks

sumangit789 commented 6 years ago

Piyush ,thanks for the reply. I checked the master branch of kubernetes-model.

https://github.com/fabric8io/kubernetes-model/tree/master/kubernetes-model/

I am unable to find the package "extensions" in the below path .This already available in 2.0.8 kubernetes-model/kubernetes-model/src/main/java/io/fabric8/kubernetes/api/model/

piyush-garg commented 6 years ago

Hey @sumangit789

Git clone the project and hit mvn clean install. Then, you will be able to find the file at

kubernetes-model/kubernetes-model/target/generated-sources/io/fabric8/kubernetes/api/model/extensions/NetworkPolicy.java

Thanks