Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiArgs
Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiArgs
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
public sealed class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiArgs : ResourceArgs
Constructors
View Source
Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiArgs()
Properties
View Source
Declaration
public InputMap<object> AdmissionConfiguration { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Declaration
public Input<bool> AlwaysPullImages { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiAuditLogArgs> AuditLog { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiEventRateLimitArgs> EventRateLimit { get; set; }
Property Value
View Source
Declaration
public InputMap<object> ExtraArgs { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Declaration
public InputList<string> ExtraBinds { get; set; }
Property Value
View Source
Declaration
public InputList<string> ExtraEnvs { get; set; }
Property Value
View Source
Declaration
public Input<string> Image { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> PodSecurityPolicy { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiSecretsEncryptionConfigArgs> SecretsEncryptionConfig { get; set; }
Property Value
View Source
Declaration
public Input<string> ServiceClusterIpRange { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ServiceNodePortRange { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|