Documentation ¶
Index ¶
- Constants
- func BinaryWithExtension(binary string) string
- func DownloadFile(clientURL string, fullPath string) error
- func LookupForBinary(binary string) (string, error)
- func ShouldInstallBinary(binary string, expectedVersion string, versionExtractor VersionExtractor) (bool, error)
- type VersionExtractor
Constants ¶
View Source
const EksctlVersion = "0.1.5"
View Source
const HeptioAuthenticatorAwsVersion = "1.10.3"
Variables ¶
This section is empty.
Functions ¶
func BinaryWithExtension ¶
func DownloadFile ¶ added in v1.3.377
func LookupForBinary ¶
func ShouldInstallBinary ¶
func ShouldInstallBinary(binary string, expectedVersion string, versionExtractor VersionExtractor) (bool, error)
Types ¶
type VersionExtractor ¶
type VersionExtractor interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.