You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Kubeconfig data with private network access, returned in BASE64 encoding, it is suggested to use vke_kubeconfig instead.
297
314
/// </summary>
@@ -417,6 +434,12 @@ public sealed class ClusterArgs : global::Pulumi.ResourceArgs
417
434
[Input("description")]
418
435
publicInput<string>?Description{get;set;}
419
436
437
+
/// <summary>
438
+
/// Whether to enable IRSA for the cluster. This field is valid only when modifying the cluster.
439
+
/// </summary>
440
+
[Input("irsaEnabled")]
441
+
publicInput<bool>?IrsaEnabled{get;set;}
442
+
420
443
/// <summary>
421
444
/// The version of Kubernetes specified when creating a VKE cluster (specified to patch version), with an example value of `1.24`. If not specified, the latest Kubernetes version supported by VKE is used by default, which is a 3-segment version format starting with a lowercase v, that is, KubernetesVersion with IsLatestVersion=True in the return value of ListSupportedVersions.
422
445
/// </summary>
@@ -503,6 +526,24 @@ public sealed class ClusterState : global::Pulumi.ResourceArgs
0 commit comments