package
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package version contains the operator's version, as well as versions of underlying components.
type Version struct {
Operator string `json:"k8s-agents-operator"`
BuildDate string `json:"build-date"`
Go string `json:"go-version"`
}
Version holds this Operator's version as well as the version of some of the components it uses.
Get returns the Version object with the relevant information.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.