Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
type Version struct {
BuildDate string `json:"build-date"`
Revision string `json:"revision"`
OperatorVersion string `json:"operator-version"`
TempoVersion string `json:"tempo-version"`
TempoQueryVersion string `json:"tempo-query-version"`
GoVersion string `json:"go-version"`
}
Version holds this Operator's version as well as the version of some of the components it uses.
Click to show internal directories.
Click to hide internal directories.