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

Are Multiple Resource Types Supported? #1154

Closed
RisingPhorce opened this issue Jul 26, 2018 · 2 comments
Closed

Are Multiple Resource Types Supported? #1154

RisingPhorce opened this issue Jul 26, 2018 · 2 comments

Comments

@RisingPhorce
Copy link

Does the fabric8 kubernetes client support the equivalents of the kubectl commands:

kubectl get all

kubectl get all -l "appName=sample"

kubectl get po,svc,deploy

I know that client.load(InputStream is) returns multiple types with the common supertype of HasMetadata, but I want to query the cluster for multiple resource types in a single query.

Thanks for the excellent work on the fabric k8s client!

Thanks.

@rohanKanojia
Copy link
Member

@RisingPhorce : Hm, as per my knowledge this feature is not there in kubernetes-client. But I think this would be a good addition to our project :) . Thoughts @oscerd @iocanel ?

@stale
Copy link

stale bot commented Aug 6, 2019

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

@stale stale bot added the status/stale label Aug 6, 2019
@stale stale bot closed this as completed Aug 13, 2019
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