Show / Hide Table of Contents

Class MultiClusterAppState

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

Constructors

View Source

MultiClusterAppState()

Declaration
public MultiClusterAppState()

Properties

View Source

Annotations

Annotations for multi cluster app object (map)

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

Answers

The multi cluster app answers (list)

Declaration
public InputList<MultiClusterAppAnswerGetArgs> Answers { get; set; }
Property Value
Type Description
InputList<MultiClusterAppAnswerGetArgs>
View Source

CatalogName

The multi cluster app catalog name (string)

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

Labels

Labels for multi cluster app object (map)

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

Members

The multi cluster app answers (list)

Declaration
public InputList<MultiClusterAppMemberGetArgs> Members { get; set; }
Property Value
Type Description
InputList<MultiClusterAppMemberGetArgs>
View Source

Name

The multi cluster app name (string)

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

RevisionHistoryLimit

The multi cluster app revision history limit. Default 10 (int)

Declaration
public Input<int> RevisionHistoryLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RevisionId

Current revision id for the multi cluster app (string)

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

Roles

The multi cluster app roles (list)

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

Targets

The multi cluster app target projects (list)

Declaration
public InputList<MultiClusterAppTargetGetArgs> Targets { get; set; }
Property Value
Type Description
InputList<MultiClusterAppTargetGetArgs>
View Source

TemplateName

The multi cluster app template name (string)

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

TemplateVersion

The multi cluster app template version. Default: latest (string)

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

TemplateVersionId

(Computed) The multi cluster app template version ID (string)

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

UpgradeStrategy

The multi cluster app upgrade strategy (list MaxItems:1)

Declaration
public Input<MultiClusterAppUpgradeStrategyGetArgs> UpgradeStrategy { get; set; }
Property Value
Type Description
Input<MultiClusterAppUpgradeStrategyGetArgs>
View Source

Wait

Wait until the multi cluster app is active. Default true (bool)

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