Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureVersionCompatible ¶
func EnsureVersionCompatible(controlPlane *semver.Version, kubelet *semver.Version) error
EnsureVersionCompatible checks whether the given kubelet version is deemed compatible with the given version of the control plane.
Types ¶
type ErrVersionSkew ¶
type ErrVersionSkew struct { ControlPlane *semver.Version Kubelet *semver.Version }
ErrVersionSkew denotes an error condition where a given kubelet/controlplane version pair is not supported
func (ErrVersionSkew) Error ¶
func (e ErrVersionSkew) Error() string
Error returns a string representation of the error
Click to show internal directories.
Click to hide internal directories.