Is there an equivalent of listing all kubernetes objects matching a label like below using Kuberentes java client SDK? (https://github.com/kubernetes-client/java)
The goal is to list all .yml
files this particular application has an example is the below label can match DaemonSet
, Deployment
, Service
kubectl get all -l app=RatingsService