rancher2 logo
Rancher 2 v4.0.0, Apr 20 23

rancher2.getCatalogV2

Explore with Pulumi AI

Use this data source to retrieve information about a Rancher2 catalog v2. Catalog v2 resource is available at Rancher v2.5.x and above.

Using getCatalogV2

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCatalogV2(args: GetCatalogV2Args, opts?: InvokeOptions): Promise<GetCatalogV2Result>
function getCatalogV2Output(args: GetCatalogV2OutputArgs, opts?: InvokeOptions): Output<GetCatalogV2Result>
def get_catalog_v2(cluster_id: Optional[str] = None,
                   name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetCatalogV2Result
def get_catalog_v2_output(cluster_id: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetCatalogV2Result]
func LookupCatalogV2(ctx *Context, args *LookupCatalogV2Args, opts ...InvokeOption) (*LookupCatalogV2Result, error)
func LookupCatalogV2Output(ctx *Context, args *LookupCatalogV2OutputArgs, opts ...InvokeOption) LookupCatalogV2ResultOutput

> Note: This function is named LookupCatalogV2 in the Go SDK.

public static class GetCatalogV2 
{
    public static Task<GetCatalogV2Result> InvokeAsync(GetCatalogV2Args args, InvokeOptions? opts = null)
    public static Output<GetCatalogV2Result> Invoke(GetCatalogV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCatalogV2Result> getCatalogV2(GetCatalogV2Args args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: rancher2:index/getCatalogV2:getCatalogV2
  arguments:
    # arguments dictionary

The following arguments are supported:

ClusterId string

The cluster id of the catalog V2 (string)

Name string

The name of the catalog v2 (string)

ClusterId string

The cluster id of the catalog V2 (string)

Name string

The name of the catalog v2 (string)

clusterId String

The cluster id of the catalog V2 (string)

name String

The name of the catalog v2 (string)

clusterId string

The cluster id of the catalog V2 (string)

name string

The name of the catalog v2 (string)

cluster_id str

The cluster id of the catalog V2 (string)

name str

The name of the catalog v2 (string)

clusterId String

The cluster id of the catalog V2 (string)

name String

The name of the catalog v2 (string)

getCatalogV2 Result

The following output properties are available:

Annotations Dictionary<string, object>

(Computed) Annotations for the catalog v2 (map)

CaBundle string

(Computed) PEM encoded CA bundle which will be used to validate the repo's certificate (string)

ClusterId string
Enabled bool

(Computed) If disabled the repo clone will not be updated or allowed to be installed from. Default: true (bool)

GitBranch string

(Computed) Git Repository branch containing Helm chart definitions. Default master (string)

GitRepo string

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

Id string

The provider-assigned unique ID for this managed resource.

Insecure bool

(Computed) Use insecure HTTPS to download the repo's index. Default: false (bool)

Labels Dictionary<string, object>

(Computed) Labels for the catalog v2 (map)

Name string
ResourceVersion string

(Computed) The k8s resource version (string)

SecretName string

(Computed) K8s secret name to be used to connect to the repo (string)

SecretNamespace string

(Computed) K8s secret namespace (string)

ServiceAccount string

(Computed) K8s service account used to deploy charts instead of the end users credentials (string)

ServiceAccountNamespace string

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

Url string

(Computed) URL to an index generated by Helm (string)

Annotations map[string]interface{}

(Computed) Annotations for the catalog v2 (map)

CaBundle string

(Computed) PEM encoded CA bundle which will be used to validate the repo's certificate (string)

ClusterId string
Enabled bool

(Computed) If disabled the repo clone will not be updated or allowed to be installed from. Default: true (bool)

GitBranch string

(Computed) Git Repository branch containing Helm chart definitions. Default master (string)

GitRepo string

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

Id string

The provider-assigned unique ID for this managed resource.

Insecure bool

(Computed) Use insecure HTTPS to download the repo's index. Default: false (bool)

Labels map[string]interface{}

(Computed) Labels for the catalog v2 (map)

Name string
ResourceVersion string

(Computed) The k8s resource version (string)

SecretName string

(Computed) K8s secret name to be used to connect to the repo (string)

SecretNamespace string

(Computed) K8s secret namespace (string)

ServiceAccount string

(Computed) K8s service account used to deploy charts instead of the end users credentials (string)

ServiceAccountNamespace string

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

Url string

(Computed) URL to an index generated by Helm (string)

annotations Map<String,Object>

(Computed) Annotations for the catalog v2 (map)

caBundle String

(Computed) PEM encoded CA bundle which will be used to validate the repo's certificate (string)

clusterId String
enabled Boolean

(Computed) If disabled the repo clone will not be updated or allowed to be installed from. Default: true (bool)

gitBranch String

(Computed) Git Repository branch containing Helm chart definitions. Default master (string)

gitRepo String

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

id String

The provider-assigned unique ID for this managed resource.

insecure Boolean

(Computed) Use insecure HTTPS to download the repo's index. Default: false (bool)

labels Map<String,Object>

(Computed) Labels for the catalog v2 (map)

name String
resourceVersion String

(Computed) The k8s resource version (string)

secretName String

(Computed) K8s secret name to be used to connect to the repo (string)

secretNamespace String

(Computed) K8s secret namespace (string)

serviceAccount String

(Computed) K8s service account used to deploy charts instead of the end users credentials (string)

serviceAccountNamespace String

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

url String

(Computed) URL to an index generated by Helm (string)

annotations {[key: string]: any}

(Computed) Annotations for the catalog v2 (map)

caBundle string

(Computed) PEM encoded CA bundle which will be used to validate the repo's certificate (string)

clusterId string
enabled boolean

(Computed) If disabled the repo clone will not be updated or allowed to be installed from. Default: true (bool)

gitBranch string

(Computed) Git Repository branch containing Helm chart definitions. Default master (string)

gitRepo string

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

id string

The provider-assigned unique ID for this managed resource.

insecure boolean

(Computed) Use insecure HTTPS to download the repo's index. Default: false (bool)

labels {[key: string]: any}

(Computed) Labels for the catalog v2 (map)

name string
resourceVersion string

(Computed) The k8s resource version (string)

secretName string

(Computed) K8s secret name to be used to connect to the repo (string)

secretNamespace string

(Computed) K8s secret namespace (string)

serviceAccount string

(Computed) K8s service account used to deploy charts instead of the end users credentials (string)

serviceAccountNamespace string

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

url string

(Computed) URL to an index generated by Helm (string)

annotations Mapping[str, Any]

(Computed) Annotations for the catalog v2 (map)

ca_bundle str

(Computed) PEM encoded CA bundle which will be used to validate the repo's certificate (string)

cluster_id str
enabled bool

(Computed) If disabled the repo clone will not be updated or allowed to be installed from. Default: true (bool)

git_branch str

(Computed) Git Repository branch containing Helm chart definitions. Default master (string)

git_repo str

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

id str

The provider-assigned unique ID for this managed resource.

insecure bool

(Computed) Use insecure HTTPS to download the repo's index. Default: false (bool)

labels Mapping[str, Any]

(Computed) Labels for the catalog v2 (map)

name str
resource_version str

(Computed) The k8s resource version (string)

secret_name str

(Computed) K8s secret name to be used to connect to the repo (string)

secret_namespace str

(Computed) K8s secret namespace (string)

service_account str

(Computed) K8s service account used to deploy charts instead of the end users credentials (string)

service_account_namespace str

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

url str

(Computed) URL to an index generated by Helm (string)

annotations Map<Any>

(Computed) Annotations for the catalog v2 (map)

caBundle String

(Computed) PEM encoded CA bundle which will be used to validate the repo's certificate (string)

clusterId String
enabled Boolean

(Computed) If disabled the repo clone will not be updated or allowed to be installed from. Default: true (bool)

gitBranch String

(Computed) Git Repository branch containing Helm chart definitions. Default master (string)

gitRepo String

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

id String

The provider-assigned unique ID for this managed resource.

insecure Boolean

(Computed) Use insecure HTTPS to download the repo's index. Default: false (bool)

labels Map<Any>

(Computed) Labels for the catalog v2 (map)

name String
resourceVersion String

(Computed) The k8s resource version (string)

secretName String

(Computed) K8s secret name to be used to connect to the repo (string)

secretNamespace String

(Computed) K8s secret namespace (string)

serviceAccount String

(Computed) K8s service account used to deploy charts instead of the end users credentials (string)

serviceAccountNamespace String

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

url String

(Computed) URL to an index generated by Helm (string)

Package Details

Repository
Rancher2 pulumi/pulumi-rancher2
License
Apache-2.0
Notes

This Pulumi package is based on the rancher2 Terraform Provider.