Skip to content

Commit

Permalink
Reconcile Dataproc Metastore Autoscaling Configs w/ API status
Browse files Browse the repository at this point in the history
  • Loading branch information
Noremac201 committed Mar 11, 2025
1 parent 59bd402 commit e466a1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mmv1/products/metastore/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,18 @@ examples:
metastore_service_name: 'backup'
- name: 'dataproc_metastore_service_autoscaling_max_scaling_factor'
primary_resource_id: 'test_resource'
min_version: 'beta'
vars:
metastore_service_name: 'test-service'
- name: 'dataproc_metastore_service_autoscaling_min_and_max_scaling_factor'
primary_resource_id: 'test_resource'
min_version: 'beta'
vars:
metastore_service_name: 'test-service'
- name: 'dataproc_metastore_service_autoscaling_min_scaling_factor'
primary_resource_id: 'test_resource'
min_version: 'beta'
vars:
metastore_service_name: 'test-service'
- name: 'dataproc_metastore_service_autoscaling_no_limit_config'
primary_resource_id: 'test_resource'
min_version: 'beta'
vars:
metastore_service_name: 'test-service'
parameters:
Expand Down Expand Up @@ -255,13 +251,17 @@ properties:
type: NestedObject
description: |
Represents the autoscaling configuration of a metastore service.
min_version: 'beta'
required: false
properties:
- name: 'autoscalingEnabled'
type: Boolean
description: |
Defines whether autoscaling is enabled. The default value is false.
- name: 'autoscalingFactor'
type: Double
description: |
Output only. The scaling factor of a service with autoscaling enabled.
output: true
- name: 'limitConfig'
type: NestedObject
description: |
Expand Down

0 comments on commit e466a1a

Please sign in to comment.