Show / Hide Table of Contents

Class ClusterClusterRegistrationTokenArgs

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

Constructors

View Source

ClusterClusterRegistrationTokenArgs()

Declaration
public ClusterClusterRegistrationTokenArgs()

Properties

View Source

Annotations

Annotations for cluster registration token object (map)

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

ClusterId

Cluster ID (string)

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

Command

Command to execute in a imported k8s cluster (string)

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

Id

(Computed) The ID of the resource (string)

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

InsecureCommand

Insecure command to execute in a imported k8s cluster (string)

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

Labels

Labels for cluster registration token object (map)

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

ManifestUrl

K8s manifest url to execute with kubectl to import an existing k8s cluster (string)

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

Name

Name of cluster registration token (string)

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

NodeCommand

Node command to execute in linux nodes for custom k8s cluster (string)

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

Token

Token for cluster registration token object (string)

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

WindowsNodeCommand

Node command to execute in windows nodes for custom k8s cluster (string)

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