Skip to content

Commit aece801

Browse files
committed
removed internal changes description
1 parent 5cfdcf3 commit aece801

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

model/clusters_mgmt/v1/cluster_type.model

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +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.
73+
// For ARO-HCP Clusters, this attribute is unused, and the control plane
74+
// is deployed in multiple availability zones when the Azure region where
75+
// it is deployed supports multiple availability zones.
7676
MultiAZ Boolean
7777

7878
// 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.\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.",
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.\nFor ARO-HCP Clusters, this attribute is unused, and the control plane\nis deployed in multiple availability zones when the Azure region where\nit is deployed supports multiple availability zones.",
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.\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.",
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.\nFor ARO-HCP Clusters, this attribute is unused, and the control plane\nis deployed in multiple availability zones when the Azure region where\nit is deployed supports multiple availability zones.",
1556615566
"type": "boolean"
1556715567
},
1556815568
"multi_arch_enabled": {

0 commit comments

Comments
 (0)