Documentation ¶
Overview ¶
Package rhctag implements types for working with versions as used in the Red Hat Container Catalog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
This class also handles container tags which have a 'v' prefix, for example openshift4/ose-metering-hive 4.6 minor: v4.6.0-202112140546.p0.g8b9da97.assembly.stream 4.7 minor: v4.7.0-202112140553.p0.g091bb99.assembly.stream
func Parse ¶
Parse attempts to extract a Red Hat container registry tag version string from the provided string.
func (*Version) MinorStart ¶
MinorStart returns a Version which is lower than all others in the minor range major-minor series of the receiver.
Click to show internal directories.
Click to hide internal directories.