Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfig

Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfig
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionClusterConfig

Fields

View Source

ClusterAuthEndpoint

Local cluster auth endpoint (list maxitems: 1)

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

DefaultClusterRoleForProjectMembers

Default cluster role for project members (string)

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

DefaultPodSecurityPolicyTemplateId

Default pod security policy template ID (string)

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

DesiredAgentImage

Desired agent image (string)

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

DesiredAuthImage

Desired auth image (string)

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

DockerRootDir

Desired auth image (string)

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

EnableClusterAlerting

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

Declaration
public readonly bool? EnableClusterAlerting
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

EnableClusterMonitoring

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

Declaration
public readonly bool? EnableClusterMonitoring
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

EnableNetworkPolicy

Enable project network isolation. Default: false (bool)

Declaration
public readonly bool? EnableNetworkPolicy
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RkeConfig

Rancher Kubernetes Engine Config (list maxitems: 1)

Declaration
public readonly ClusterTemplateTemplateRevisionClusterConfigRkeConfig RkeConfig
Field Value
Type Description
ClusterTemplateTemplateRevisionClusterConfigRkeConfig
View Source

ScheduledClusterScan

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

Declaration
public readonly ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScan ScheduledClusterScan
Field Value
Type Description
ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScan
View Source

WindowsPreferedCluster

Windows prefered cluster. Default: false (bool)

Declaration
public readonly bool? WindowsPreferedCluster
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.