Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.06 KB

GeneralInfo.md

File metadata and controls

23 lines (19 loc) · 2.06 KB

GeneralInfo

Properties

Name Type Description Notes
CurrentTime time.Time The current time of the server. [optional] [default to null]
WithNotary bool If the Harbor instance is deployed with nested notary. [optional] [default to null]
WithChartmuseum bool If the Harbor instance is deployed with nested chartmuseum. [optional] [default to null]
RegistryUrl string The url of registry against which the docker command should be issued. [optional] [default to null]
ExternalUrl string The external URL of Harbor, with protocol. [optional] [default to null]
AuthMode string The auth mode of current Harbor instance. [optional] [default to null]
ProjectCreationRestriction string Indicate who can create projects, it could be 'adminonly' or 'everyone'. [optional] [default to null]
SelfRegistration bool Indicate whether the Harbor instance enable user to register himself. [optional] [default to null]
HasCaRoot bool Indicate whether there is a ca root cert file ready for download in the file system. [optional] [default to null]
HarborVersion string The build version of Harbor. [optional] [default to null]
RegistryStorageProviderName string The storage provider's name of Harbor registry [optional] [default to null]
ReadOnly bool The flag to indicate whether Harbor is in readonly mode. [optional] [default to null]
NotificationEnable bool The flag to indicate whether notification mechanism is enabled on Harbor instance. [optional] [default to null]
AuthproxySettings *AuthproxySetting The setting of auth proxy this is only available when Harbor relies on authproxy for authentication. [optional] [default to null]

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