Versions in this module Expand all Collapse all v1 v1.0.5 Aug 24, 2015 Changes in this version + var TestContext e2e.TestContextType + func CorruptImage(corruptee, corruptor, strategy string) + func CreatePodForImage(dockerImageReference string) *kapi.Pod + func ExtendedTestPath() string + func FatalErr(msg interface{}) + func FixturePath(elem ...string) string + func GetDockerImageReference(c client.ImageStreamInterface, name, tag string) (string, error) + func GetImageIDForTags(comps []string) ([]string, error) + func KubeConfigPath() string + func PullImage(name string) error + func ResetImage(tags map[string]string) + func StartBuild(jsonFile, buildPrefix string, oc *CLI) + func TagImage(tagee, tagor string) error + func VerifyImagesDifferent(comp1, comp2, strategy string) + func VerifyImagesSame(comp1, comp2, strategy string) + func WaitForABuild(c client.BuildInterface, name string, ...) error + func WaitForBuild(context, buildName string, oc *CLI) + func WriteObjectToFile(obj runtime.Object, filename string) error + type CLI struct + func NewCLI(project, adminConfigPath string) *CLI + func (c *CLI) AdminREST() *client.Client + func (c *CLI) Args(args ...string) *CLI + func (c *CLI) ChangeUser(name string) *CLI + func (c *CLI) Execute() error + func (c *CLI) KubeFramework() *e2e.Framework + func (c *CLI) KubeREST() *kclient.Client + func (c *CLI) Namespace() string + func (c *CLI) Output() (string, error) + func (c *CLI) OutputToFile(filename string) (string, error) + func (c *CLI) REST() *client.Client + func (c *CLI) Run(verb string) *CLI + func (c *CLI) SetNamespace(ns string) *CLI + func (c *CLI) SetOutput(out io.Writer) *CLI + func (c *CLI) SetOutputDir(dir string) *CLI + func (c *CLI) SetupProject(name string, kubeClient *kclient.Client) (*kapi.Namespace, error) + func (c *CLI) Template(t string) *CLI + func (c *CLI) Username() string + func (c *CLI) Verbose() *CLI + type MissingTagError struct + Tags []string + func (mte MissingTagError) Error() string