From e404679fe0a64f104221e57482adc5360c045c3a Mon Sep 17 00:00:00 2001 From: Renan Campos Date: Thu, 29 Aug 2024 13:32:24 -0400 Subject: [PATCH] Added wif access method --- model/clusters_mgmt/v1/wif_service_account_type.model | 1 + model/clusters_mgmt/v2alpha1/wif_service_account_type.model | 1 + 2 files changed, 2 insertions(+) diff --git a/model/clusters_mgmt/v1/wif_service_account_type.model b/model/clusters_mgmt/v1/wif_service_account_type.model index a1c53083..399afd73 100644 --- a/model/clusters_mgmt/v1/wif_service_account_type.model +++ b/model/clusters_mgmt/v1/wif_service_account_type.model @@ -24,6 +24,7 @@ struct WifServiceAccount { enum WifAccessMethod { Impersonate + Vm Wif } diff --git a/model/clusters_mgmt/v2alpha1/wif_service_account_type.model b/model/clusters_mgmt/v2alpha1/wif_service_account_type.model index a1c53083..399afd73 100644 --- a/model/clusters_mgmt/v2alpha1/wif_service_account_type.model +++ b/model/clusters_mgmt/v2alpha1/wif_service_account_type.model @@ -24,6 +24,7 @@ struct WifServiceAccount { enum WifAccessMethod { Impersonate + Vm Wif }