Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultJaeger ¶
func DefaultJaeger() string
DefaultJaeger returns the default Jaeger to use when no versions are specified via CLI or configuration
func DefaultJaegerMajorMinor ¶ added in v1.15.0
func DefaultJaegerMajorMinor() string
DefaultJaegerMajorMinor returns the major.minor format of the default Jaeger version
Types ¶
type Version ¶
type Version struct { Operator string `json:"jaeger-operator"` BuildDate string `json:"build-date"` Jaeger string `json:"jaeger-version"` Go string `json:"go-version"` OperatorSdk string `json:"operator-sdk-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.