Class AppArgs
Inherited Members
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class AppArgs : ResourceArgs
Constructors
View SourceAppArgs()
Declaration
public AppArgs()
Properties
View SourceAnnotations
Annotations for App object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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> |
CatalogName
Catalog name of the app. If modified, app will be upgraded. For use scoped catalogs:
- add cluster ID before name,
c-XXXXX:<name> - add project ID before name,
p-XXXXX:<name>
Declaration
public Input<string> CatalogName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Description for the app (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForceUpgrade
Force app upgrade (string)
Declaration
public Input<bool> ForceUpgrade { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Labels
Labels for App object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the app (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |