Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 Changes in this version + func CContainerEqual(expected interface{}) types.GomegaMatcher + func CreateTestArchive() string + func RunRemote(archive string, host string, deleteFiles bool) (string, error) + func RunSshCommand(cmd string, args ...string) (string, error) + type ConformanceContainer struct + Client *client.Client + Container api.Container + NodeName string + Phase api.PodPhase + func (cc *ConformanceContainer) Create() error + func (cc *ConformanceContainer) Delete() error + func (cc *ConformanceContainer) Get() (ConformanceContainer, error) + func (cc *ConformanceContainer) Stop() error + type ConformanceContainerEqualMatcher struct + Expected interface{} + func (matcher *ConformanceContainerEqualMatcher) FailureMessage(actual interface{}) (message string) + func (matcher *ConformanceContainerEqualMatcher) Match(actual interface{}) (bool, error) + func (matcher *ConformanceContainerEqualMatcher) NegatedFailureMessage(actual interface{}) (message string) v0.3.0 Mar 16, 2016 Changes in this version + func Retry(maxWait time.Duration, wait time.Duration, retry RetryFn) []error + type RetryFn func() error