Skip to content

Commit

Permalink
object-to-external
Browse files Browse the repository at this point in the history
  • Loading branch information
Kais committed Jul 2, 2024
1 parent 3b1ca22 commit c70a814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def update_hpa(metadata) -> None:
namespaced_name = f"{hpa_namespace}/{hpa_name}"
try:
hpa = AUTOSCALING_V1.read_namespaced_horizontal_pod_autoscaler(namespace=hpa_namespace, name=hpa_name)
LOGGER.info(f"HPA: {hpa}")
HPAs[namespaced_name] = HPA(
name=hpa_name,
namespace=hpa_namespace,
Expand Down

0 comments on commit c70a814

Please sign in to comment.