Class GetClusterResult
Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetClusterResult
Fields
View Source
AksConfig
(Computed) The Azure aks configuration for aks Clusters. Conflicts with eks_config, gke_config and rke_config (list maxitems:1)
Declaration
public readonly GetClusterAksConfigResult AksConfig
Field Value
View Source
Annotations
(Computed) Annotations for Node Pool object (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
ClusterAuthEndpoint
Declaration
public readonly GetClusterClusterAuthEndpointResult ClusterAuthEndpoint
Field Value
View Source
(Computed) Cluster monitoring config (list maxitems:1)
Declaration
public readonly GetClusterClusterMonitoringInputResult ClusterMonitoringInput
Field Value
View Source
ClusterRegistrationToken
(Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
Declaration
public readonly GetClusterClusterRegistrationTokenResult ClusterRegistrationToken
Field Value
View Source
ClusterTemplateAnswers
(Computed) Cluster template answers (list maxitems:1)
Declaration
public readonly GetClusterClusterTemplateAnswersResult ClusterTemplateAnswers
Field Value
View Source
ClusterTemplateId
(Computed) Cluster template ID (string)
Declaration
public readonly string ClusterTemplateId
Field Value
| Type |
Description |
| System.String |
|
View Source
ClusterTemplateQuestions
(Computed) Cluster template questions (list)
Declaration
public readonly ImmutableArray<GetClusterClusterTemplateQuestionResult> ClusterTemplateQuestions
Field Value
View Source
ClusterTemplateRevisionId
(Computed) Cluster template revision ID (string)
Declaration
public readonly string ClusterTemplateRevisionId
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultPodSecurityPolicyTemplateId
Declaration
public readonly string DefaultPodSecurityPolicyTemplateId
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultProjectId
(Computed) Default project ID for the cluster (string)
Declaration
public readonly string DefaultProjectId
Field Value
| Type |
Description |
| System.String |
|
View Source
Description
(Computed) The description for Cluster (string)
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
Driver
(Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)
Declaration
public readonly string Driver
Field Value
| Type |
Description |
| System.String |
|
View Source
EksConfig
(Computed) The Amazon eks configuration for eks Clusters. Conflicts with aks_config, gke_config and rke_config (list maxitems:1)
Declaration
public readonly GetClusterEksConfigResult EksConfig
Field Value
View Source
EnableClusterAlerting
Declaration
public readonly bool EnableClusterAlerting
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
EnableClusterMonitoring
(Computed) Enable built-in cluster monitoring. Default false (bool)
Declaration
public readonly bool EnableClusterMonitoring
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
EnableNetworkPolicy
(Computed) Enable project network isolation. Default false (bool)
Declaration
public readonly bool EnableNetworkPolicy
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
GkeConfig
(Computed) The Google gke configuration for gke Clusters. Conflicts with aks_config, eks_config and rke_config (list maxitems:1)
Declaration
public readonly GetClusterGkeConfigResult GkeConfig
Field Value
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
K3sConfig
(Computed) The K3S configuration for k3s imported Clusters. Conflicts with aks_config, eks_config, gke_config and rke_config (list maxitems:1)
Declaration
public readonly GetClusterK3sConfigResult K3sConfig
Field Value
View Source
KubeConfig
(Computed) Kube Config generated for the cluster (string)
Declaration
public readonly string KubeConfig
Field Value
| Type |
Description |
| System.String |
|
View Source
Labels
(Computed) Labels for Node Pool object (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
RkeConfig
(Computed) The RKE configuration for rke Clusters. Conflicts with aks_config, eks_config and gke_config (list maxitems:1)
Declaration
public readonly GetClusterRkeConfigResult RkeConfig
Field Value
View Source
ScheduledClusterScans
Declaration
public readonly ImmutableArray<GetClusterScheduledClusterScanResult> ScheduledClusterScans
Field Value
View Source
SystemProjectId
(Computed) System project ID for the cluster (string)
Declaration
public readonly string SystemProjectId
Field Value
| Type |
Description |
| System.String |
|