Show / Hide Table of Contents

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()
Namespace: Pulumi.Rancher2
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
Type Description
GetClusterAksConfigResult
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

(Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)

Declaration
public readonly GetClusterClusterAuthEndpointResult ClusterAuthEndpoint
Field Value
Type Description
GetClusterClusterAuthEndpointResult
View Source

ClusterMonitoringInput

(Computed) Cluster monitoring config (list maxitems:1)

Declaration
public readonly GetClusterClusterMonitoringInputResult ClusterMonitoringInput
Field Value
Type Description
GetClusterClusterMonitoringInputResult
View Source

ClusterRegistrationToken

(Computed) Cluster Registration Token generated for the cluster (list maxitems:1)

Declaration
public readonly GetClusterClusterRegistrationTokenResult ClusterRegistrationToken
Field Value
Type Description
GetClusterClusterRegistrationTokenResult
View Source

ClusterTemplateAnswers

(Computed) Cluster template answers (list maxitems:1)

Declaration
public readonly GetClusterClusterTemplateAnswersResult ClusterTemplateAnswers
Field Value
Type Description
GetClusterClusterTemplateAnswersResult
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
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterClusterTemplateQuestionResult>
View Source

ClusterTemplateRevisionId

(Computed) Cluster template revision ID (string)

Declaration
public readonly string ClusterTemplateRevisionId
Field Value
Type Description
System.String
View Source

DefaultPodSecurityPolicyTemplateId

(Optional/Computed) Default pod security policy template id (string)

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
Type Description
GetClusterEksConfigResult
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
Type Description
GetClusterGkeConfigResult
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
Type Description
GetClusterK3sConfigResult
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
Type Description
GetClusterRkeConfigResult
View Source

ScheduledClusterScans

Declaration
public readonly ImmutableArray<GetClusterScheduledClusterScanResult> ScheduledClusterScans
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterScheduledClusterScanResult>
View Source

SystemProjectId

(Computed) System project ID for the cluster (string)

Declaration
public readonly string SystemProjectId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.