Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 828 Bytes

PackageVersion.md

File metadata and controls

13 lines (9 loc) · 828 Bytes

PackageVersion

Properties

Name Type Description Notes
Epoch int32 Used to correct mistakes in the version numbering scheme. [optional] [default to null]
Name string Required only when version kind is NORMAL. The main part of the version name. [optional] [default to null]
Revision string The iteration of the package build from the above version. [optional] [default to null]
Kind *VersionVersionKind Required. Distinguishes between sentinel MIN/MAX versions and normal versions. [optional] [default to null]

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