Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNodeRole ¶
func IsKubernetesGTE ¶
func ParseKubernetesVersion ¶
func ParseTaint ¶ added in v1.22.4
parseTaint takes a string and returns a map of its value it mimics the function from https://github.com/kubernetes/kubernetes/blob/master/pkg/util/taints/taints.go but returns a map instead of a v1.Taint
Types ¶
type Version ¶ added in v1.24.0
type Version struct {
// contains filtered or unexported fields
}
Version is our helper type for semver versions.
func ParseVersion ¶ added in v1.24.0
ParseVersion parses the semver version string into a Version.
Click to show internal directories.
Click to hide internal directories.