diff --git a/model/clusters_mgmt/v1/cluster_type.model b/model/clusters_mgmt/v1/cluster_type.model index 5cd683d9..0e4fcb96 100644 --- a/model/clusters_mgmt/v1/cluster_type.model +++ b/model/clusters_mgmt/v1/cluster_type.model @@ -239,4 +239,7 @@ class Cluster { // External authentication configuration ExternalAuthConfig ExternalAuthConfig + + // Indicate whether the cluster is enabled for multi arch workers + MultiArchEnabled Boolean }