Documentation
¶
Index ¶
Constants ¶
View Source
const SupportedMinorVersionCount = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeStatus ¶
type SubVersionType ¶ added in v0.2.0
type SubVersionType string
func (SubVersionType) ToInt ¶ added in v0.2.0
func (s SubVersionType) ToInt() int
type Version ¶ added in v0.2.0
type Version struct { Major SubVersionType Minor SubVersionType Patch SubVersionType PRERELEASE SubVersionType METADATA SubVersionType ExtraMeta map[string]interface{} // contains filtered or unexported fields }
func ParseVersion ¶ added in v0.2.0
func (*Version) MajorMinorString ¶ added in v0.2.0
func (*Version) MajorString ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.