-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extend kubernetes-client to openshift-client #105
Comments
@debianmaster created a PR that has a rough outline for adding support to this code base for new "API groups": https://github.com/godaddy/kubernetes-client/pull/106/files#diff-6a3371457528722a734f3c51d9238c13R33 I notice https://github.com/debianmaster/openshift-client -- cool! I think we should be able to expose the right interface from |
@silasbw definitely ! i dont want to re-invent wheel. |
@debianmaster check out https://github.com/silasbw/openshift-client-scratch. Does that seem like a good approach? Tests are the main thing missing -- we can pull https://github.com/godaddy/kubernetes-client/blob/master/test/common.js out into a module (e.g., |
@silasbw sorry the late reply. in travel right now. but i will check and get back in a day. |
Seems like we have a path forward with https://github.com/debianmaster/openshift-client, so I'm going to close this issue. Feel free to re-open if we need more discussion. |
i would like to extend this k8s library to openshift which has additional objects like
Route
DeploymentConfig
etc can you please guide me the steps that would be involved ?The text was updated successfully, but these errors were encountered: