Show / Hide Table of Contents

Class MultiClusterAppArgs

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

Constructors

View Source

MultiClusterAppArgs()

Declaration
public MultiClusterAppArgs()

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<MultiClusterAppAnswerArgs> Answers { get; set; }
Property Value
Type Description
InputList<MultiClusterAppAnswerArgs>
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<MultiClusterAppMemberArgs> Members { get; set; }
Property Value
Type Description
InputList<MultiClusterAppMemberArgs>
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<MultiClusterAppTargetArgs> Targets { get; set; }
Property Value
Type Description
InputList<MultiClusterAppTargetArgs>
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

UpgradeStrategy

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

Declaration
public Input<MultiClusterAppUpgradeStrategyArgs> UpgradeStrategy { get; set; }
Property Value
Type Description
Input<MultiClusterAppUpgradeStrategyArgs>
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.