Name | Type | Description | Notes |
---|---|---|---|
epoch | int | Used to correct mistakes in the version numbering scheme. | [optional] |
name | str | The main part of the version name. | [optional] |
revision | str | The iteration of the package build from the above version. | [optional] |
kind | VersionVersionKind | Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored. | [optional] |