Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

Registry.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

Org.OpenAPITools.Model.Registry

Container Registry Entity

Properties

Name Type Description Notes
Id string The UUID to reference this registry [optional]
Name string The globally unique name to reference this registry [optional]
Urn string The base URN (the URL without the scheme [i.e. http:// or https://]) of this registry [optional]
Storage RegistryStorage [optional]
DateCreated string The date this Registry Subscription was created [optional]
VarPublic bool If true, this is a publically accessible registry allowing anyone to pull from it. If false, this registry is completely private [optional]
RootUser RegistryUser [optional]
Metadata RegistryMetadata [optional]

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