Show / Hide Table of Contents

Class ClusterState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterState
Inherited Members
ResourceArgs.Empty
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 ClusterState : ResourceArgs

Constructors

View Source

ClusterState()

Declaration
public ClusterState()

Properties

View Source

AksConfig

The Azure AKS configuration for aks Clusters. Conflicts with eks_config, gke_config, k3s_config and rke_config (list maxitems:1)

Declaration
public Input<ClusterAksConfigGetArgs> AksConfig { get; set; }
Property Value
Type Description
Input<ClusterAksConfigGetArgs>
View Source

Annotations

Annotations for cluster registration token object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterAuthEndpoint

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

Declaration
public Input<ClusterClusterAuthEndpointGetArgs> ClusterAuthEndpoint { get; set; }
Property Value
Type Description
Input<ClusterClusterAuthEndpointGetArgs>
View Source

ClusterMonitoringInput

Cluster monitoring config. Any parameter defined in rancher-monitoring charts could be configured (list maxitems:1)

Declaration
public Input<ClusterClusterMonitoringInputGetArgs> ClusterMonitoringInput { get; set; }
Property Value
Type Description
Input<ClusterClusterMonitoringInputGetArgs>
View Source

ClusterRegistrationToken

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

Declaration
public Input<ClusterClusterRegistrationTokenGetArgs> ClusterRegistrationToken { get; set; }
Property Value
Type Description
Input<ClusterClusterRegistrationTokenGetArgs>
View Source

ClusterTemplateAnswers

Cluster template answers. Just for Rancher v2.3.x and above (list maxitems:1)

Declaration
public Input<ClusterClusterTemplateAnswersGetArgs> ClusterTemplateAnswers { get; set; }
Property Value
Type Description
Input<ClusterClusterTemplateAnswersGetArgs>
View Source

ClusterTemplateId

Cluster template ID. Just for Rancher v2.3.x and above (string)

Declaration
public Input<string> ClusterTemplateId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClusterTemplateQuestions

Cluster template questions. Just for Rancher v2.3.x and above (list)

Declaration
public InputList<ClusterClusterTemplateQuestionGetArgs> ClusterTemplateQuestions { get; set; }
Property Value
Type Description
InputList<ClusterClusterTemplateQuestionGetArgs>
View Source

ClusterTemplateRevisionId

Cluster template revision ID. Just for Rancher v2.3.x and above (string)

Declaration
public Input<string> ClusterTemplateRevisionId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultPodSecurityPolicyTemplateId

Default pod security policy template id (string)

Declaration
public Input<string> DefaultPodSecurityPolicyTemplateId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultProjectId

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

Declaration
public Input<string> DefaultProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

An optional description of this cluster (string)

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DesiredAgentImage

Desired agent image. Just for Rancher v2.3.x and above (string)

Declaration
public Input<string> DesiredAgentImage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DesiredAuthImage

Desired auth image. Just for Rancher v2.3.x and above (string)

Declaration
public Input<string> DesiredAuthImage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DockerRootDir

Desired auth image. Just for Rancher v2.3.x and above (string)

Declaration
public Input<string> DockerRootDir { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Driver

(Computed) The driver used for the Cluster. imported, azurekubernetesservice, amazonelasticcontainerservice, googlekubernetesengine and rancherKubernetesEngine are supported (string)

Declaration
public Input<string> Driver { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EksConfig

The Amazon EKS configuration for eks Clusters. Conflicts with aks_config, gke_config, k3s_config and rke_config (list maxitems:1)

Declaration
public Input<ClusterEksConfigGetArgs> EksConfig { get; set; }
Property Value
Type Description
Input<ClusterEksConfigGetArgs>
View Source

EnableClusterAlerting

Enable built-in cluster alerting. Default false (bool)

Declaration
public Input<bool> EnableClusterAlerting { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableClusterIstio

Enable built-in cluster istio. Default false. Just for Rancher v2.3.x and above (bool)

Declaration
public Input<bool> EnableClusterIstio { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableClusterMonitoring

Enable built-in cluster monitoring. Default false (bool)

Declaration
public Input<bool> EnableClusterMonitoring { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableNetworkPolicy

Enable project network isolation. Default false (bool)

Declaration
public Input<bool> EnableNetworkPolicy { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

GkeConfig

The Google GKE configuration for gke Clusters. Conflicts with aks_config, eks_config, k3s_config and rke_config (list maxitems:1)

Declaration
public Input<ClusterGkeConfigGetArgs> GkeConfig { get; set; }
Property Value
Type Description
Input<ClusterGkeConfigGetArgs>
View Source

K3sConfig

The K3S configuration for k3s imported Clusters. Conflicts with aks_config, eks_config, gke_config and rke_config (list maxitems:1)

Declaration
public Input<ClusterK3sConfigGetArgs> K3sConfig { get; set; }
Property Value
Type Description
Input<ClusterK3sConfigGetArgs>
View Source

KubeConfig

(Computed/Sensitive) Kube Config generated for the cluster (string)

Declaration
public Input<string> KubeConfig { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Labels for cluster registration token object (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

Name of cluster registration token (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RkeConfig

The RKE configuration for rke Clusters. Conflicts with aks_config, eks_config, gke_config and k3s_config (list maxitems:1)

Declaration
public Input<ClusterRkeConfigGetArgs> RkeConfig { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigGetArgs>
View Source

ScheduledClusterScan

Cluster scheduled cis scan. For Rancher v2.4.0 or above (List maxitems:1)

Declaration
public Input<ClusterScheduledClusterScanGetArgs> ScheduledClusterScan { get; set; }
Property Value
Type Description
Input<ClusterScheduledClusterScanGetArgs>
View Source

SystemProjectId

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

Declaration
public Input<string> SystemProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WindowsPreferedCluster

Windows preferred cluster. Default: false (bool)

Declaration
public Input<bool> WindowsPreferedCluster { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.