Versions in this module Expand all Collapse all v0 v0.2.0 Jun 3, 2016 Changes in this version + func Retry(attempts int, callback func() error) (err error) + func RetryAfter(attempts int, callback func() error, d time.Duration) (err error) v0.1.0 May 30, 2016 Changes in this version + const DefaultCertPath + const DefaultDNSDomain + const DefaultDNSIP + const DefaultLocalkubeDirectory + const DefaultServiceClusterIP + func CanReadFile(path string) bool + func GenerateSelfSignedCert(certPath, keyPath string, ips []net.IP, alternateDNS []string) error + func GetAlternateDNS(domain string) []string + func Pad(str string) string + func Until(fn func() error, w io.Writer, name string, sleep time.Duration, ...)