When I pull Kubernetes namespace statistics for containers and services, it works fine, howeverI would like to narrow the search to a particular Kubernetes workload name.
How do I do that??
I tried this, but it does not work: (Python example)
strKubernetesWorkloadClause = ',fromRelationship.isCgiOfCa(type(CLOUD_APPLICATION),' + \
'entityName.equals(~"' + strInputKubernetesWorkload + '~"))'
Any help appreciated.
Lou