Class MultiClusterApp
Inherited Members
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public class MultiClusterApp : CustomResource
Constructors
View SourceMultiClusterApp(String, MultiClusterAppArgs, CustomResourceOptions)
Create a MultiClusterApp resource with the given unique name, arguments, and options.
Declaration
public MultiClusterApp(string name, MultiClusterAppArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| MultiClusterAppArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAnnotations
Annotations for multi cluster app object (map)
Declaration
public Output<ImmutableDictionary<string, object>> Annotations { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
Answers
The multi cluster app answers (list)
Declaration
public Output<ImmutableArray<MultiClusterAppAnswer>> Answers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<MultiClusterAppAnswer>> |
CatalogName
The multi cluster app catalog name (string)
Declaration
public Output<string> CatalogName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Labels
Labels for multi cluster app object (map)
Declaration
public Output<ImmutableDictionary<string, object>> Labels { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
Members
The multi cluster app answers (list)
Declaration
public Output<ImmutableArray<MultiClusterAppMember>> Members { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<MultiClusterAppMember>> |
Name
The multi cluster app name (string)
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
RevisionHistoryLimit
The multi cluster app revision history limit. Default 10 (int)
Declaration
public Output<int?> RevisionHistoryLimit { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
RevisionId
Current revision id for the multi cluster app (string)
Declaration
public Output<string> RevisionId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Roles
The multi cluster app roles (list)
Declaration
public Output<ImmutableArray<string>> Roles { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Targets
The multi cluster app target projects (list)
Declaration
public Output<ImmutableArray<MultiClusterAppTarget>> Targets { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<MultiClusterAppTarget>> |
TemplateName
The multi cluster app template name (string)
Declaration
public Output<string> TemplateName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TemplateVersion
The multi cluster app template version. Default: latest (string)
Declaration
public Output<string> TemplateVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TemplateVersionId
(Computed) The multi cluster app template version ID (string)
Declaration
public Output<string> TemplateVersionId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
UpgradeStrategy
The multi cluster app upgrade strategy (list MaxItems:1)
Declaration
public Output<MultiClusterAppUpgradeStrategy> UpgradeStrategy { get; }
Property Value
| Type | Description |
|---|---|
| Output<MultiClusterAppUpgradeStrategy> |
Wait
Wait until the multi cluster app is active. Default true (bool)
Declaration
public Output<bool?> Wait { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Methods
View SourceGet(String, Input<String>, MultiClusterAppState, CustomResourceOptions)
Get an existing MultiClusterApp resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static MultiClusterApp Get(string name, Input<string> id, MultiClusterAppState 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. |
| MultiClusterAppState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| MultiClusterApp |