Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Apr 12, 2024
1 parent 4123aa8 commit 0dd555d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubescaler/scaler/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ def get_cluster(self, node_pools=None, scaling_profile=1):
# PROFILE_UNSPECIFIED = 0
# OPTIMIZE_UTILIZATION = 1
# BALANCED = 2
autoscaling_profile = container_v1.ClusterAutoscaling.AutoscalingProfile(scaling_profile)
autoscaling_profile = container_v1.ClusterAutoscaling.AutoscalingProfile(
scaling_profile
)

# These are required, you get an error without them.
# https://cloud.google.com/compute/docs/compute-optimized-machines
Expand Down

0 comments on commit 0dd555d

Please sign in to comment.