Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 20, 2024
1 parent c400fc8 commit 606c486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robusta_krr/core/integrations/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ async def list_pods(self, object: K8sObjectData) -> list[PodData]:
if selector is None:
return []

logger.info(f"Listing pods for namespace={object._api_resource.metadata.namespace} and label_selector={selector}")
ret: V1PodList = await loop.run_in_executor(
self.executor,
lambda: self.core.list_namespaced_pod(
Expand Down

0 comments on commit 606c486

Please sign in to comment.