Class GetAppResult
Inheritance
System.Object
GetAppResult
Inherited Members
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 GetAppResult
Fields
View SourceAnnotations
(Computed) Annotations for the catalog (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Answers
(Computed) Answers for the app (map)
Declaration
public readonly ImmutableDictionary<string, object> Answers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
CatalogName
(Computed) Catalog name of the app (string)
Declaration
public readonly string CatalogName
Field Value
| Type | Description |
|---|---|
| System.String |
Description
(Computed) Description for the app (string)
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
ExternalId
(Computed) The URL of the helm catalog app (string)
Declaration
public readonly string ExternalId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
(Computed) Labels for the catalog (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
RevisionId
(Computed) Current revision id for the app (string)
Declaration
public readonly string RevisionId
Field Value
| Type | Description |
|---|---|
| System.String |
TargetNamespace
Declaration
public readonly string TargetNamespace
Field Value
| Type | Description |
|---|---|
| System.String |
TemplateName
(Computed) Template name of the app (string)
Declaration
public readonly string TemplateName
Field Value
| Type | Description |
|---|---|
| System.String |
TemplateVersion
(Computed) Template version of the app (string)
Declaration
public readonly string TemplateVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ValuesYaml
(Computed) values.yaml base64 encoded file content for the app (string)
Declaration
public readonly string ValuesYaml
Field Value
| Type | Description |
|---|---|
| System.String |