Skip to content

Commit e5a8001

Browse files
committed
Revert "remove default value so that generated pydo, dots clients send nil by default"
This reverts commit feeb3b9.
1 parent feeb3b9 commit e5a8001

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

specification/resources/kubernetes/models/cluster.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ properties:
143143

144144
ha:
145145
type: boolean
146+
default: true
146147
example: true
147148
description: A boolean value indicating whether the control plane
148149
is run in a highly available configuration in the cluster. Highly available

specification/resources/kubernetes/models/cluster_read.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ properties:
143143

144144
ha:
145145
type: boolean
146+
default: true
146147
example: true
147148
description: A boolean value indicating whether the control plane
148149
is run in a highly available configuration in the cluster. Highly available

specification/resources/kubernetes/models/cluster_update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ properties:
3939

4040
ha:
4141
type: boolean
42+
default: true
4243
example: true
4344
description: A boolean value indicating whether the control plane
4445
is run in a highly available configuration in the cluster. Highly available

0 commit comments

Comments
 (0)