Show / Hide Table of Contents

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 Source

Annotations

(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>
View Source

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>
View Source

CatalogName

(Computed) Catalog name of the app (string)

Declaration
public readonly string CatalogName
Field Value
Type Description
System.String
View Source

Description

(Computed) Description for the app (string)

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

ExternalId

(Computed) The URL of the helm catalog app (string)

Declaration
public readonly string ExternalId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

RevisionId

(Computed) Current revision id for the app (string)

Declaration
public readonly string RevisionId
Field Value
Type Description
System.String
View Source

TargetNamespace

Declaration
public readonly string TargetNamespace
Field Value
Type Description
System.String
View Source

TemplateName

(Computed) Template name of the app (string)

Declaration
public readonly string TemplateName
Field Value
Type Description
System.String
View Source

TemplateVersion

(Computed) Template version of the app (string)

Declaration
public readonly string TemplateVersion
Field Value
Type Description
System.String
View Source

ValuesYaml

(Computed) values.yaml base64 encoded file content for the app (string)

Declaration
public readonly string ValuesYaml
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.