GetChartNamespacesNamespace

data class GetChartNamespacesNamespace(val autoCreateRepo: Boolean, val chartNamespaceId: String, val defaultRepoType: String, val id: String, val instanceId: String, val namespaceName: String)

Constructors

Link copied to clipboard
constructor(autoCreateRepo: Boolean, chartNamespaceId: String, defaultRepoType: String, id: String, instanceId: String, namespaceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether a repository is automatically created when an image is pushed to the namespace.

Link copied to clipboard

The ID of the namespace.

Link copied to clipboard

The default repository type. Valid values: PUBLIC,PRIVATE.

Link copied to clipboard
val id: String

The ID of the Chart Namespace.

Link copied to clipboard

The ID of the namespace.

Link copied to clipboard

The name of the namespace.