[DO NOT MERGE] 3.0.0 staging branch

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Riley Karson 2019-11-13 21:02:40 +00:00 committed by Modular Magician
parent f526d210f6
commit bafefea662
24 changed files with 57 additions and 133 deletions

View file

@ -223,7 +223,7 @@ options:
bounds:
description:
- The values must be monotonically increasing.
required: false
required: true
type: list
project:
description:
@ -527,7 +527,7 @@ def main():
exponential_buckets=dict(
type='dict', options=dict(num_finite_buckets=dict(type='int'), growth_factor=dict(type='int'), scale=dict(type='str'))
),
explicit_buckets=dict(type='dict', options=dict(bounds=dict(type='list', elements='str'))),
explicit_buckets=dict(type='dict', options=dict(bounds=dict(required=True, type='list', elements='str'))),
),
),
)