Show / Hide Table of Contents

Class ClusterRkeConfigArgs

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

Constructors

View Source

ClusterRkeConfigArgs()

Declaration
public ClusterRkeConfigArgs()

Properties

View Source

AddonJobTimeout

Duration in seconds of addon job (int)

Declaration
public Input<int> AddonJobTimeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Addons

Addons descripton to deploy on RKE cluster.

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

AddonsIncludes

Addons yaml manifests to deploy on RKE cluster (list)

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

Authentication

Kubernetes cluster authentication (list maxitems:1)

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

Authorization

Kubernetes cluster authorization (list maxitems:1)

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

BastionHost

RKE bastion host (list maxitems:1)

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

CloudProvider

RKE options for Calico network provider (string)

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

Dns

RKE dns add-on. Just for Rancher v2.2.x (list maxitems:1)

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

IgnoreDockerVersion

Ignore docker version. Default true (bool)

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

Ingress

Kubernetes ingress configuration (list maxitems:1)

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

KubernetesVersion

The Kubernetes master version (string)

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

Monitoring

Kubernetes cluster monitoring (list maxitems:1)

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

Network

Network for GKE cluster (string)

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

Nodes

RKE cluster nodes (list)

Declaration
public InputList<ClusterRkeConfigNodeArgs> Nodes { get; set; }
Property Value
Type Description
InputList<ClusterRkeConfigNodeArgs>
View Source

PrefixPath

Prefix to customize Kubernetes path (string)

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

PrivateRegistries

private registries for docker images (list)

Declaration
public InputList<ClusterRkeConfigPrivateRegistryArgs> PrivateRegistries { get; set; }
Property Value
Type Description
InputList<ClusterRkeConfigPrivateRegistryArgs>
View Source

Services

Kubernetes cluster services (list maxitems:1)

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

SshAgentAuth

Use ssh agent auth. Default false (bool)

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

SshCertPath

Cluster level SSH certificate path (string)

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

SshKeyPath

Node SSH private key path (string)

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

UpgradeStrategy

K3S upgrade strategy (List maxitems: 1)

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