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 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> |
Branch
(Computed) The branch of the catalog repo to use (string)
Declaration
public readonly string Branch
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterId
(Computed) The cluster id of the catalog (string)
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
Description
(Computed) A catalog description (string)
Declaration
public readonly string Description
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 |
Kind
(Computed) The kind of the catalog. Just helm by the moment (string)
Declaration
public readonly string Kind
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 |
Password
(Computed/Sensitive) The password to access the catalog if needed (string)
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
(Computed) The project id of the catalog (string)
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Scope
Declaration
public readonly string Scope
Field Value
| Type | Description |
|---|---|
| System.String |
Url
(Computed) The url of the catalog repo (string)
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |
Username
(Computed/Sensitive) The username to access the catalog if needed (string)
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |
Version
(Computed) Helm version for the catalog (string)
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |