openshift-rest-client
Advanced tools
Changelog
2.0.0 (2019-03-14)
API is now different
The API is now generated based on the Openshift Open api spec
Using the kubernetes-client under the hood
The api is fluent, for example, client.apis['build.openshift.io'].v1.namespace('default').builds.get()
Not a drop in replacement for version 1.x
<a name="1.6.4"></a>