Show / Hide Table of Contents

Class ClusterRkeConfigNode

Inheritance
System.Object
ClusterRkeConfigNode
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigNode

Fields

View Source

Address

Address ip for node (string)

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

DockerSocket

Docker socket for node (string)

Declaration
public readonly string DockerSocket
Field Value
Type Description
System.String
View Source

HostnameOverride

Hostname override for node (string)

Declaration
public readonly string HostnameOverride
Field Value
Type Description
System.String
View Source

InternalAddress

Internal ip for node (string)

Declaration
public readonly string InternalAddress
Field Value
Type Description
System.String
View Source

Labels

Labels for cluster registration token object (map)

Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

NodeId

Id for the node (string)

Declaration
public readonly string NodeId
Field Value
Type Description
System.String
View Source

Port

Port for node. Default 22 (string)

Declaration
public readonly string Port
Field Value
Type Description
System.String
View Source

Roles

Roles for the node. controlplane, etcd and worker are supported. (list)

Declaration
public readonly ImmutableArray<string> Roles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SshAgentAuth

Use ssh agent auth. Default false (bool)

Declaration
public readonly bool? SshAgentAuth
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SshKey

Node SSH private key (string)

Declaration
public readonly string SshKey
Field Value
Type Description
System.String
View Source

SshKeyPath

Node SSH private key path (string)

Declaration
public readonly string SshKeyPath
Field Value
Type Description
System.String
View Source

User

Registry user (string)

Declaration
public readonly string User
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.