GetReposRepo

data class GetReposRepo(val domainList: GetReposRepoDomainList, val name: String, val namespace: String, val repoType: String, val summary: String, val tags: List<GetReposRepoTag>)

Constructors

Link copied to clipboard
constructor(domainList: GetReposRepoDomainList, name: String, namespace: String, repoType: String, summary: String, tags: List<GetReposRepoTag>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The repository domain list.

Link copied to clipboard

Name of container registry namespace.

Link copied to clipboard

Name of container registry namespace where the repositories are located in.

Link copied to clipboard

PUBLIC or PRIVATE, repository's visibility.

Link copied to clipboard

The repository general information.

Link copied to clipboard

A list of image tags belong to this repository. Each contains several attributes, see Block Tag.