Show / Hide Table of Contents

Class AppState

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

Constructors

View Source

AppState()

Declaration
public AppState()

Properties

View Source

Annotations

Annotations for App object (map)

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

Answers

Answers for the app template. If modified, app will be upgraded (map)

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

CatalogName

Catalog name of the app. If modified, app will be upgraded. For use scoped catalogs:

  • add cluster ID before name, c-XXXXX:&lt;name>
  • add project ID before name, p-XXXXX:&lt;name>
Declaration
public Input<string> CatalogName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Description for the app (string)

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

ExternalId

(Computed) The url of the app template on a catalog (string)

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

ForceUpgrade

Force app upgrade (string)

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

Labels

Labels for App object (map)

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

Name

The name of the app (string)

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

ProjectId

The project id where the app will be installed (string)

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

RevisionId

Current revision id for the app. If modified, If this argument is provided or modified, app will be rollbacked to revision_id (string)

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

TargetNamespace

The namespace name where the app will be installed (string)

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

TemplateName

Template name of the app. If modified, app will be upgraded (string)

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

TemplateVersion

Template version of the app. If modified, app will be upgraded. Default: latest (string)

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

ValuesYaml

values.yaml base64 encoded file content for the app template. If modified, app will be upgraded (string)

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