GetRegistryEnterpriseNamespacesNamespace

data class GetRegistryEnterpriseNamespacesNamespace(val autoCreate: Boolean, val defaultVisibility: String, val id: String, val instanceId: String, val name: String, val namespaceId: String, val namespaceName: String)

Constructors

Link copied to clipboard
constructor(autoCreate: Boolean, defaultVisibility: String, id: String, instanceId: String, name: String, namespaceId: String, namespaceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean, when it set to true, repositories are automatically created when pushing new images. If it set to false, you create repository for images before pushing.

Link copied to clipboard

PUBLIC or PRIVATE, default repository visibility in this namespace.

Link copied to clipboard
val id: String

ID of Container Registry Enterprise Edition namespace. It formats as <instance_id>:<namespace_name>. Before 1.161.0, it is a namespace uuid.

Link copied to clipboard

ID of Container Registry Enterprise Edition instance.

Link copied to clipboard

Name of Container Registry Enterprise Edition namespace.

Link copied to clipboard

Container Registry Enterprise Edition namespace id. It is a uuid.

Link copied to clipboard

Name of Container Registry Enterprise Edition namespace.