GetChartRepositoriesRepository

data class GetChartRepositoriesRepository(val chartRepositoryId: String, val createTime: String, val id: String, val instanceId: String, val repoName: String, val repoNamespaceName: String, val repoType: String, val summary: String)

Constructors

Link copied to clipboard
constructor(chartRepositoryId: String, createTime: String, id: String, instanceId: String, repoName: String, repoNamespaceName: String, repoType: String, summary: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard
val id: String

The ID of the Chart Repository.

Link copied to clipboard

The ID of the Container Registry instance.

Link copied to clipboard

The name of the repository.

Link copied to clipboard

The namespace to which the repository belongs.

Link copied to clipboard

The type of the repository. Valid values: PUBLIC,PRIVATE.

Link copied to clipboard

The summary about the repository.