Skip to content

Commit 330ec1a

Browse files
committed
Made workloadPolicy.Type immutable and required
Signed-off-by: Cezary Sobczak <[email protected]>
1 parent d65c602 commit 330ec1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/products/compute/ResourcePolicy.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ properties:
381381
properties:
382382
- name: 'type'
383383
type: Enum
384+
description: |
385+
The type of workload policy.
386+
immutable: true
387+
required: true
384388
enum_values:
385389
- 'HIGH_AVAILABILITY'
386390
- 'HIGH_THROUGHPUT'

0 commit comments

Comments
 (0)