You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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 ?
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!
Does the fabric8 kubernetes client support the equivalents of the kubectl commands:
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.
The text was updated successfully, but these errors were encountered: