Documentation
¶
Index ¶
Constants ¶
View Source
const ( // This is the minimum vertica version that the operator currently supports. // If the vertica image that we deploy is older than this then the operator // abort the reconiliation process. MinimumVersion = "v10.1.1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { // The version that was extracted from a Vdb VdbVer string VdbMajor, VdbMinor, VdbPatch int }
func MakeInfo ¶
MakeInfo will construct an Info struct by extracting the version from the given vdb. This returns false if it was unable to get the version from the vdb.
func (*Info) IsEqualOrNewer ¶
IsEqualOrNewer returns true if the version in the Vdb is is equal or newer than the given version
func (*Info) IsSupported ¶
IsSupported returns true if the version in the vdb is a supported version by the operator.
func (*Info) IsUnsupported ¶
IsUnsupported returns true if the version in the vdb is unsupported by the operator.
Click to show internal directories.
Click to hide internal directories.