Show / Hide Table of Contents

Class ClusterSyncState

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

Constructors

View Source

ClusterSyncState()

Declaration
public ClusterSyncState()

Properties

View Source

ClusterId

The cluster ID that is syncing (string)

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

DefaultProjectId

(Computed) Default project ID for the cluster sync (string)

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

KubeConfig

(Computed/Sensitive) Kube Config generated for the cluster sync (string)

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

NodePoolIds

The node pool IDs used by the cluster id (list)

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

Synced

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

SystemProjectId

(Computed) System project ID for the cluster sync (string)

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

WaitMonitoring

Wait until monitoring is up and running. Default: false (bool)

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