Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

Registry.md

File metadata and controls

19 lines (15 loc) · 1.23 KB

Registry

Properties

Name Type Description Notes
Id int64 The registry ID. [optional] [default to null]
Url string The registry URL string. [optional] [default to null]
Name string The registry name. [optional] [default to null]
Credential *RegistryCredential [optional] [default to null]
Type_ string Type of the registry, e.g. 'harbor'. [optional] [default to null]
Insecure bool Whether or not the certificate will be verified when Harbor tries to access the server. [optional] [default to null]
Description string Description of the registry. [optional] [default to null]
Status string Health status of the registry. [optional] [default to null]
CreationTime time.Time The create time of the policy. [optional] [default to null]
UpdateTime time.Time The update time of the policy. [optional] [default to null]

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