Class ClusterClusterRegistrationTokenGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterClusterRegistrationTokenGetArgs : ResourceArgs
Constructors
View SourceClusterClusterRegistrationTokenGetArgs()
Declaration
public ClusterClusterRegistrationTokenGetArgs()
Properties
View SourceAnnotations
Annotations for cluster registration token object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterId
Cluster ID (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Command
Command to execute in a imported k8s cluster (string)
Declaration
public Input<string> Command { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
(Computed) The ID of the resource (string)
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Labels
Labels for cluster registration token object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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> |
Name
Name of cluster registration token (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Token
Token for cluster registration token object (string)
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |