Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiGetArgs : ResourceArgs

Constructors

View Source

ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiGetArgs()

Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiGetArgs()

Properties

View Source

AdmissionConfiguration

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

AlwaysPullImages

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

AuditLog

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

EventRateLimit

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

ExtraArgs

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

ExtraBinds

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

ExtraEnvs

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

Image

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

PodSecurityPolicy

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

SecretsEncryptionConfig

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

ServiceClusterIpRange

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

ServiceNodePortRange

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