Class ClusterRkeConfigServicesKubeApiGetArgs
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 ClusterRkeConfigServicesKubeApiGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigServicesKubeApiGetArgs()
Declaration
public ClusterRkeConfigServicesKubeApiGetArgs()
Properties
View SourceAdmissionConfiguration
Admission configuration (map)
Declaration
public InputMap<object> AdmissionConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
AlwaysPullImages
Enable AlwaysPullImages Admission controller plugin. Rancher docs Default: false (bool)
Declaration
public Input<bool> AlwaysPullImages { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AuditLog
K8s audit log configuration. (list maxitems: 1)
Declaration
public Input<ClusterRkeConfigServicesKubeApiAuditLogGetArgs> AuditLog { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeApiAuditLogGetArgs> |
EventRateLimit
K8s event rate limit configuration. (list maxitems: 1)
Declaration
public Input<ClusterRkeConfigServicesKubeApiEventRateLimitGetArgs> EventRateLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeApiEventRateLimitGetArgs> |
ExtraArgs
Extra arguments for scheduler service (map)
Declaration
public InputMap<object> ExtraArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ExtraBinds
Extra binds for scheduler service (list)
Declaration
public InputList<string> ExtraBinds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ExtraEnvs
Extra environment for scheduler service (list)
Declaration
public InputList<string> ExtraEnvs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Image
Docker image for scheduler service (string)
Declaration
public Input<string> Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PodSecurityPolicy
Pod Security Policy option for kube API service. Default false (bool)
Declaration
public Input<bool> PodSecurityPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SecretsEncryptionConfig
Encrypt k8s secret data configration. (list maxitem: 1)
Declaration
public Input<ClusterRkeConfigServicesKubeApiSecretsEncryptionConfigGetArgs> SecretsEncryptionConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeApiSecretsEncryptionConfigGetArgs> |
ServiceClusterIpRange
Service Cluster ip Range option for kube controller service (string)
Declaration
public Input<string> ServiceClusterIpRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceNodePortRange
Service Node Port Range option for kube API service (string)
Declaration
public Input<string> ServiceNodePortRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |