GetNamespacesNamespace

data class GetNamespacesNamespace(val autoCreate: Boolean, val defaultVisibility: String, val name: String)

Constructors

Link copied to clipboard
constructor(autoCreate: Boolean, defaultVisibility: String, name: 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

Name of Container Registry namespace.