Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesVersion ¶
type KubernetesVersion struct {
// contains filtered or unexported fields
}
KubernetesVersion holds a semver-version of kubernetes
func Parse ¶
func Parse(version string) (*KubernetesVersion, error)
Parse parses the string to determine the KubernetesVersion. The version may be a semver version, or it may be a URL with the kubernetes version in the path
Click to show internal directories.
Click to hide internal directories.