Versions in this module Expand all Collapse all v0 v0.8.0 Jun 4, 2019 Changes in this version + func RunCmdWithTimeout(timeout time.Duration, verbose bool, args ...string) (string, error) + type Wrapper struct + func NewWrapper(verbose bool) *Wrapper + func (w *Wrapper) CheckVersion() (string, error) + func (w *Wrapper) IsClusterResourceDeployed(resource string, labelName string, labelValue string) (bool, error) + func (w *Wrapper) IsPodDeployed(namespace string, labelName string, labelValue string) (bool, error) + func (w *Wrapper) IsPodReady(namespace string, labelName string, labelValue string) (bool, error) + func (w *Wrapper) IsResourceDeployed(resource string, namespace string, labelName string, labelValue string) (bool, error) + func (w *Wrapper) RunApplyCmd(resources []map[string]interface{}) (string, error) + func (w *Wrapper) RunCmd(args ...string) (string, error) + func (w *Wrapper) WaitForPodGone(namespace string, labelName string, labelValue string) error + func (w *Wrapper) WaitForPodReady(namespace string, labelName string, labelValue string) error