Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KubernetesMinVersionKey is the environment variable that can be used to override // the Kubernetes minimum version required by Knative. KubernetesMinVersionKey = "KUBERNETES_MIN_VERSION" // DefaultKubernetesMinVersion is the default minimum Kubernetes version // Knative is built and tested against. The value has a leading "v" // (e.g. "v1.34.0"). DefaultKubernetesMinVersion = "v1.34.0" )
Variables ¶
This section is empty.
Functions ¶
func CheckMinimumVersion ¶
func CheckMinimumVersion(versioner discovery.ServerVersionInterface) error
CheckMinimumVersion checks if the currently installed version of Kubernetes is compatible with the minimum version required. Returns an error if its not.
A Kubernetes discovery client can be passed in as the versioner like `CheckMinimumVersion(kubeClient.Discovery())`.
func KubernetesMinimumVersion ¶
func KubernetesMinimumVersion() string
KubernetesMinimumVersion returns the minimum Kubernetes version required by Knative. It returns the value of the KUBERNETES_MIN_VERSION environment variable if set, otherwise DefaultKubernetesMinVersion.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.