Documentation ¶
Overview ¶
Package version contains the operator's version, as well as versions of underlying components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenTelemetryCollector ¶
func OpenTelemetryCollector() string
OpenTelemetryCollector returns the default OpenTelemetryCollector to use when no versions are specified via CLI or configuration.
Types ¶
type Version ¶
type Version struct { Operator string `json:"opentelemetry-operator"` BuildDate string `json:"build-date"` OpenTelemetryCollector string `json:"opentelemetry-collector-version"` Go 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.