Skip to content

Commit 5cfdcf3

Browse files
committed
feature:remove multi_az documentation
1 parent 1e9afd4 commit 5cfdcf3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

model/clusters_mgmt/v1/cluster_type.model

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ class Cluster {
7070
// Flag indicating if the cluster should be created with nodes in
7171
// different availability zones or all the nodes in a single one
7272
// randomly selected.
73+
// ARO-HCP, this flag is read-only and cannot be configured by the user.
74+
// Internally, this field is unused, and since it's a non-pointer boolean,
75+
// its default value is false. Using a pointer was avoided due to its broader impact.
7376
MultiAZ Boolean
7477

7578
// Information about the nodes of the cluster.

openapi/aro_hcp/v1alpha1/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@
19401940
"$ref": "#/components/schemas/ManagedService"
19411941
},
19421942
"multi_az": {
1943-
"description": "Flag indicating if the cluster should be created with nodes in\ndifferent availability zones or all the nodes in a single one\nrandomly selected.",
1943+
"description": "Flag indicating if the cluster should be created with nodes in\ndifferent availability zones or all the nodes in a single one\nrandomly selected.\nARO-HCP, this flag is read-only and cannot be configured by the user.\nInternally, this field is unused, and since it's a non-pointer boolean,\nits default value is false. Using a pointer was avoided due to its broader impact.",
19441944
"type": "boolean"
19451945
},
19461946
"multi_arch_enabled": {

openapi/clusters_mgmt/v1/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15562,7 +15562,7 @@
1556215562
"$ref": "#/components/schemas/ManagedService"
1556315563
},
1556415564
"multi_az": {
15565-
"description": "Flag indicating if the cluster should be created with nodes in\ndifferent availability zones or all the nodes in a single one\nrandomly selected.",
15565+
"description": "Flag indicating if the cluster should be created with nodes in\ndifferent availability zones or all the nodes in a single one\nrandomly selected.\nARO-HCP, this flag is read-only and cannot be configured by the user.\nInternally, this field is unused, and since it's a non-pointer boolean,\nits default value is false. Using a pointer was avoided due to its broader impact.",
1556615566
"type": "boolean"
1556715567
},
1556815568
"multi_arch_enabled": {

0 commit comments

Comments
 (0)