How to get the limits.cpu value from kubernetesClient object. I need to check the cpu quota before creating a new pod in kubernetes. (JAVA)
I came across Client.top.node... but I need some equivalent of Kubectl describe quota
Basic ask is to check if there is 100mi of quota left before creating a pod