Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.65 KB

HarborChartVersion.md

File metadata and controls

24 lines (21 loc) · 1.65 KB

HarborChartVersion

Properties

Name Type Description Notes
Name string The name of the chart [default to null]
Home string The URL to the relevant project page [optional] [default to null]
Sources []string The URL to the source code of chart [optional] [default to null]
Version string A SemVer 2 version of chart [default to null]
Description string A one-sentence description of chart [optional] [default to null]
Keywords []string A list of string keywords [optional] [default to null]
Engine string The name of template engine [default to null]
Icon string The URL to an icon file [default to null]
ApiVersion string The API version of this chart [default to null]
AppVersion string The version of the application enclosed in the chart [default to null]
Deprecated bool Whether or not this chart is deprecated [optional] [default to null]
Created string The created time of the chart entry [optional] [default to null]
Removed bool A flag to indicate if the chart entry is removed [optional] [default to null]
Digest string The digest value of the chart entry [optional] [default to null]
Urls []string The urls of the chart entry [optional] [default to null]
Labels *[]HarborLabel [optional] [default to null]

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