Skip to content

Commit

Permalink
AWSEG-29608 - Remove "spectrum" option from elastigroup scaling (#684)
Browse files Browse the repository at this point in the history
* remove "spectrum" option from elastigroup scaling

* revert gcp change

---------

Co-authored-by: orsh1 <“oshilian@netapp.com”>
  • Loading branch information
orsh1 and orsh1 authored Dec 8, 2024
1 parent 884abcf commit 7bd6dc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ properties:
type: string
description: |
The metric source.
enum: [ spectrum, cloudWatch ]
example: "spectrum"
enum: [ cloudWatch ]
example: "cloudWatch"
metricName:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api/services/elastigroup/aws/schemas/elastigroupScaleUp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ properties:
type: string
description: |
The metric source.
enum: [ spectrum, cloudWatch ]
example: "spectrum"
enum: [ cloudWatch ]
example: "cloudWatch"
metricName:
type: string
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ properties:
title: Source
description: |
The source of the metric.
enum: [ cloudWatch, spectrum ]
enum: [ cloudWatch ]
type: string
example: "spectrum"
example: "cloudWatch"
policyName:
type: string
description: |
Expand Down

0 comments on commit 7bd6dc1

Please sign in to comment.