Class ClusterTemplateTemplateRevisionClusterConfigArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionClusterConfigArgs : ResourceArgs
Constructors
View SourceClusterTemplateTemplateRevisionClusterConfigArgs()
Declaration
public ClusterTemplateTemplateRevisionClusterConfigArgs()
Properties
View SourceClusterAuthEndpoint
Local cluster auth endpoint (list maxitems: 1)
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigClusterAuthEndpointArgs> ClusterAuthEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterTemplateTemplateRevisionClusterConfigClusterAuthEndpointArgs> |
DefaultClusterRoleForProjectMembers
Default cluster role for project members (string)
Declaration
public Input<string> DefaultClusterRoleForProjectMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultPodSecurityPolicyTemplateId
Default pod security policy template ID (string)
Declaration
public Input<string> DefaultPodSecurityPolicyTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DesiredAgentImage
Desired agent image (string)
Declaration
public Input<string> DesiredAgentImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DesiredAuthImage
Desired auth image (string)
Declaration
public Input<string> DesiredAuthImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DockerRootDir
Desired auth image (string)
Declaration
public Input<string> DockerRootDir { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableClusterAlerting
Enable built-in cluster alerting. Default: false (bool)
Declaration
public Input<bool> EnableClusterAlerting { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableClusterMonitoring
Enable built-in cluster monitoring. Default: false (bool)
Declaration
public Input<bool> EnableClusterMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableNetworkPolicy
Enable project network isolation. Default: false (bool)
Declaration
public Input<bool> EnableNetworkPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RkeConfig
Rancher Kubernetes Engine Config (list maxitems: 1)
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigArgs> RkeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigArgs> |
ScheduledClusterScan
Cluster scheduled cis scan. For Rancher v2.4.0 or above (List MaxItem:1)
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanArgs> ScheduledClusterScan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanArgs> |
WindowsPreferedCluster
Windows prefered cluster. Default: false (bool)
Declaration
public Input<bool> WindowsPreferedCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |