Show / Hide Table of Contents

Class ClusterRkeConfigGetArgs

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

Constructors

View Source

ClusterRkeConfigGetArgs()

Declaration
public ClusterRkeConfigGetArgs()

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<ClusterRkeConfigAuthenticationGetArgs> Authentication { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigAuthenticationGetArgs>
View Source

Authorization

Kubernetes cluster authorization (list maxitems:1)

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

BastionHost

RKE bastion host (list maxitems:1)

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

CloudProvider

RKE options for Calico network provider (string)

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

Dns

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

Declaration
public Input<ClusterRkeConfigDnsGetArgs> Dns { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigDnsGetArgs>
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<ClusterRkeConfigIngressGetArgs> Ingress { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigIngressGetArgs>
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<ClusterRkeConfigMonitoringGetArgs> Monitoring { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigMonitoringGetArgs>
View Source

Network

Network for GKE cluster (string)

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

Nodes

RKE cluster nodes (list)

Declaration
public InputList<ClusterRkeConfigNodeGetArgs> Nodes { get; set; }
Property Value
Type Description
InputList<ClusterRkeConfigNodeGetArgs>
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<ClusterRkeConfigPrivateRegistryGetArgs> PrivateRegistries { get; set; }
Property Value
Type Description
InputList<ClusterRkeConfigPrivateRegistryGetArgs>
View Source

Services

Kubernetes cluster services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesGetArgs> Services { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesGetArgs>
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<ClusterRkeConfigUpgradeStrategyGetArgs> UpgradeStrategy { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigUpgradeStrategyGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.