Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloder ¶ added in v0.1.0
type Downloder struct { }
Downloder is a helper class that is used to interact with the kubernetes infrastructure holding released binaries and release information.
func (*Downloder) GetKubectlBinary ¶ added in v0.1.0
GetKubectlBinary downloads the kubectl binary identified by the given version to the specified destination.
func (*Downloder) UpstreamStableVersion ¶ added in v0.1.0
UpstreamStableVersion returns the latest version of kubernetes that upstream considers stable.
type Hashing ¶ added in v0.5.0
type Hashing struct { // Suffix of the file containing the hash Suffix string // Hasher is the hash calculator to use Hasher hash.Hash }
Hashing contains the hashing details for the downloader.
func NewHashing ¶ added in v0.5.0
NewHashing returns the hashing details for the downloader.
Click to show internal directories.
Click to hide internal directories.