Class ClusterSync
Inherited Members
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public class ClusterSync : CustomResource
Constructors
View SourceClusterSync(String, ClusterSyncArgs, CustomResourceOptions)
Create a ClusterSync resource with the given unique name, arguments, and options.
Declaration
public ClusterSync(string name, ClusterSyncArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ClusterSyncArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceClusterId
The cluster ID that is syncing (string)
Declaration
public Output<string> ClusterId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
DefaultProjectId
(Computed) Default project ID for the cluster sync (string)
Declaration
public Output<string> DefaultProjectId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
KubeConfig
(Computed/Sensitive) Kube Config generated for the cluster sync (string)
Declaration
public Output<string> KubeConfig { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
NodePoolIds
The node pool IDs used by the cluster id (list)
Declaration
public Output<ImmutableArray<string>> NodePoolIds { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Synced
Declaration
public Output<bool?> Synced { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
SystemProjectId
(Computed) System project ID for the cluster sync (string)
Declaration
public Output<string> SystemProjectId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
WaitMonitoring
Wait until monitoring is up and running. Default: false (bool)
Declaration
public Output<bool?> WaitMonitoring { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Methods
View SourceGet(String, Input<String>, ClusterSyncState, CustomResourceOptions)
Get an existing ClusterSync resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ClusterSync Get(string name, Input<string> id, ClusterSyncState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ClusterSyncState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ClusterSync |