Show / Hide Table of Contents

Class ClusterRkeConfigServicesKubeApiGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigServicesKubeApiGetArgs
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 ClusterRkeConfigServicesKubeApiGetArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigServicesKubeApiGetArgs()

Declaration
public ClusterRkeConfigServicesKubeApiGetArgs()

Properties

View Source

AdmissionConfiguration

Admission configuration (map)

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

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>
View Source

AuditLog

K8s audit log configuration. (list maxitems: 1)

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

EventRateLimit

K8s event rate limit configuration. (list maxitems: 1)

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

ExtraArgs

Extra arguments for scheduler service (map)

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

ExtraBinds

Extra binds for scheduler service (list)

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

ExtraEnvs

Extra environment for scheduler service (list)

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

Image

Docker image for scheduler service (string)

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

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>
View Source

SecretsEncryptionConfig

Encrypt k8s secret data configration. (list maxitem: 1)

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.