Class ClusterArgs
Inheritance
System.Object
ClusterArgs
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 ClusterArgs : ResourceArgs
Constructors
View Source
ClusterArgs()
Declaration
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<ClusterAksConfigArgs> AksConfig { get; set; }
Property Value
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
Declaration
public Input<ClusterClusterAuthEndpointArgs> ClusterAuthEndpoint { get; set; }
Property Value
View Source
Declaration
public Input<ClusterClusterMonitoringInputArgs> ClusterMonitoringInput { get; set; }
Property Value
View Source
ClusterTemplateAnswers
Cluster template answers. Just for Rancher v2.3.x and above (list maxitems:1)
Declaration
public Input<ClusterClusterTemplateAnswersArgs> ClusterTemplateAnswers { get; set; }
Property Value
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<ClusterClusterTemplateQuestionArgs> ClusterTemplateQuestions { get; set; }
Property Value
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
Declaration
public Input<string> DefaultPodSecurityPolicyTemplateId { 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<ClusterEksConfigArgs> EksConfig { get; set; }
Property Value
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<ClusterGkeConfigArgs> GkeConfig { get; set; }
Property Value
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<ClusterK3sConfigArgs> K3sConfig { get; set; }
Property Value
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<ClusterRkeConfigArgs> RkeConfig { get; set; }
Property Value
View Source
ScheduledClusterScan
Cluster scheduled cis scan. For Rancher v2.4.0 or above (List maxitems:1)
Declaration
public Input<ClusterScheduledClusterScanArgs> ScheduledClusterScan { get; set; }
Property Value
View Source
WindowsPreferedCluster
Windows preferred cluster. Default: false (bool)
Declaration
public Input<bool> WindowsPreferedCluster { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|