Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func NewWaiter() apiclient.Waiter + func PrintDryRunFile(fileName, realDir, printDir string, w io.Writer) error + func PrintDryRunFiles(files []FileToPrint, w io.Writer) error + type FileToPrint struct + PrintPath string + RealPath string + func NewFileToPrint(realPath, printPath string) FileToPrint + type Waiter struct + func (w *Waiter) SetTimeout(_ time.Duration) + func (w *Waiter) WaitForAPI() error + func (w *Waiter) WaitForHealthyKubelet(_ time.Duration, healthzEndpoint string) error + func (w *Waiter) WaitForKubeletAndFunc(f func() error) error + func (w *Waiter) WaitForPodToDisappear(podName string) error + func (w *Waiter) WaitForPodsWithLabel(kvLabel string) error + func (w *Waiter) WaitForStaticPodControlPlaneHashes(_ string) (map[string]string, error) + func (w *Waiter) WaitForStaticPodHashChange(_, _, _ string) error + func (w *Waiter) WaitForStaticPodSingleHash(_ string, _ string) (string, error)