Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 953 Bytes

RegistryRepository.md

File metadata and controls

17 lines (13 loc) · 953 Bytes

Org.OpenAPITools.Model.RegistryRepository

Container Registry Repository Entity

Properties

Name Type Description Notes
Name string The name of this repository (the name of the container image prepended with the registry name) [optional]
Image string The name of the conatiner image [optional]
Description string User defined description of this repository [optional]
AddedAt string The date this Repo was added [optional]
UpdatedAt string The date this Repo was last updated [optional]
PullCount int The amount of pulls for this Repo [optional]
ArtifactCount int The amount of artifacts of this Repo [optional]

[Back to Model list] [Back to API list] [Back to README]