Documentation ¶
Index ¶
Constants ¶
View Source
const (
/* Misc. orchestrator constants */
OperatorName = "trident-operator"
)
Variables ¶
View Source
var ( // BuildHash is the git hash the binary was built from BuildHash = "unknown" // BuildType is the type of build: custom, beta or stable BuildType = "custom" // BuildTypeRev is the revision of the build BuildTypeRev = "0" // BuildTime is the time the binary was built BuildTime = "unknown" // BuildImage is the Trident Operator image that was built BuildImage = "docker.io/netapp/trident-operator:" + operatorVersion + "-custom.0" OperatorVersion = tridentutils.MustParseDate(Version()) )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.