Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Raw is the string representation of the version. This will be replaced // with the calculated version at build time. Raw = "v0.0.0-was-not-built-properly" // Version is semver representation of the version. // Version = semver.MustParse(strings.TrimLeft(Raw, "v")) Version string // String is the human-friendly representation of the version. String = fmt.Sprintf("federatorai-operator %s", Raw) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.