codegen for openshift/origin APIs?
See original GitHub issueFrom the Makefile
, I see that code generation is based on the openapi spec for the specified KUBE_VERSION
.
There are a few custom objects in Origin that aren’t part of the Kubernetes api spec (Route, BuildConfig, etc).
Would support for Origin be achieved by simply pointing the codegen at the Origin openapi spec? I understand that would need to be a completely separate release/build/etc, but I’m curious if it would be that simple. 🍕
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to call the OpenShift REST API from C# | Red Hat ...
In this article, I show how you can call the Red Hat OpenShift REST API from your C# code, which is useful for...
Read more >Try out v1.5 (OpenShift Origin) - Google Sites
OpenShift Origin provides tools for running builds as well as building source code from within predefined builder images via the Source-to-Image toolchain.
Read more >Installing a Nested Red Hat OpenShift Container Platform 3.11 ...
CentOS OpenShift Origin installations are not supported. ... (K8s-cni-to-agent in above examples) #k8s_vip is kubernetes api server ip k8s_vip=<W.X.Y.Z> ...
Read more >Openshift - ManageIQ
ManageIQ Openshift Container Provider ... Two deployment options are suggested here to deploy an openshift origin provider for ManageIQ: ... You can also...
Read more >Release v0.0.0-20210423140644-156ca80f8d83 - Libraries.io
Pull requests that change API types in this repo that have corresponding "internal" API objects in the openshift/origin repo must be paired with ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m really interested on Pulumi OpenShift support. For me, sounds good to have a new pulumi resource provider called pulumi-openshift that depends on the specific version of pulumi-kubernetes compatible with that OpenShift implementation. I’m not sure I have enough knowledge about pulumi to assert my proposal, but sounds nice in my mind 😛. If I can help in any way, just guide me please.
@hausdorff that sounds like a plan. I’ll do some homework and see how much API-breaking Origin does, too. 😃
I imagine other people will ask about this, but to be honest I don’t actually view it as that critical. OpenShift/Origin don’t have THAT many unique objects, and it took me only a few minutes to amend the already-generated code for the 2 unique objects I actually use.