Skip to content
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

ThirdParty resources support #5

Closed
sebgoa opened this issue Nov 11, 2016 · 2 comments
Closed

ThirdParty resources support #5

sebgoa opened this issue Nov 11, 2016 · 2 comments

Comments

@sebgoa
Copy link
Contributor

sebgoa commented Nov 11, 2016

If we create a 3rd party resource, it creates a new API group.

I am not sure how kubectl implements it, but we need to have an example on how to do this with this client.

For example, say I create a 3rd party resource called snake. In kubectl I can do:

kubectl get snakes

It dynamically learns of new resources in new API groups.

@mbohlool
Copy link
Contributor

mbohlool commented Nov 16, 2016

A possible solution is to have k8sutil.Resource(name=...) class that supports k8s resources such as pod, service, etc. as well as third party resources.

@mbohlool
Copy link
Contributor

mbohlool commented May 3, 2017

dup of #201. closing this one.

@mbohlool mbohlool closed this as completed May 3, 2017
yliaog pushed a commit to yliaog/client-python that referenced this issue Jan 8, 2022
Use no user when the especified user is not found in the users section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants