Show / Hide Table of Contents

Class GetCatalogResult

Inheritance
System.Object
GetCatalogResult
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 GetCatalogResult

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

Branch

(Computed) The branch of the catalog repo to use (string)

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

ClusterId

(Computed) The cluster id of the catalog (string)

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

Description

(Computed) A catalog description (string)

Declaration
public readonly string Description
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

Kind

(Computed) The kind of the catalog. Just helm by the moment (string)

Declaration
public readonly string Kind
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

Password

(Computed/Sensitive) The password to access the catalog if needed (string)

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

ProjectId

(Computed) The project id of the catalog (string)

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

Scope

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

Url

(Computed) The url of the catalog repo (string)

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

Username

(Computed/Sensitive) The username to access the catalog if needed (string)

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

Version

(Computed) Helm version for the catalog (string)

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