Show / Hide Table of Contents

Class ClusterRkeConfigServicesKubeletGetArgs

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

Constructors

View Source

ClusterRkeConfigServicesKubeletGetArgs()

Declaration
public ClusterRkeConfigServicesKubeletGetArgs()

Properties

View Source

ClusterDnsServer

Cluster DNS Server option for kubelet service (string)

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

ClusterDomain

Cluster Domain option for kubelet service (string)

Declaration
public Input<string> ClusterDomain { get; set; }
Property Value
Type Description
Input<System.String>
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

FailSwapOn

Enable or disable failing when swap on is not supported (bool)

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

GenerateServingCertificate

Generate a certificate signed by the kube-ca. Default false (bool)

Declaration
public Input<bool> GenerateServingCertificate { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

InfraContainerImage

Infra container image for kubelet service (string)

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