I don't think so. If you increase the logging level on kubectl like this:

kubectl get all -v 6

you'll see that kubectl is itself making an API request for each resource 
type, and aggregating the results.


On Monday, August 27, 2018 at 9:50:32 AM UTC-4, Amatzia Brandwein wrote:
>
> Hello Guys
>
> is there any way to preform and API request which return all resources 
> (like running command 'kubectl get all')
> I know i can get pods/services/etc.. by themselves but i am looking for a 
> solution for getting everything in 1 call 
> and not running multiple api calls to get each component
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to