Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + type FakeDockerClient struct + Image *docker.Image + Images []docker.APIImages + InspectErr error + ListErr error + func (f FakeDockerClient) InspectImage(name string) (*docker.Image, error) + func (f FakeDockerClient) ListImages(opts docker.ListImagesOptions) ([]docker.APIImages, error) + type FakeGit struct + CheckoutCalled bool + CloneCalled bool + GitURL string + Ref string + RootDir string + SubmoduleUpdateCalled bool + func (f *FakeGit) Add(location string, spec string) error + func (f *FakeGit) AddLocalConfig(source, key, value string) error + func (f *FakeGit) AddRemote(source, remote, url string) error + func (f *FakeGit) Archive(source, ref, format string, w io.Writer) error + func (f *FakeGit) Commit(location string, message string) error + func (f *FakeGit) Fetch(source string) error + func (f *FakeGit) GetInfo(location string) (*git.SourceInfo, []error) + func (f *FakeGit) Init(source string, _ bool) error + func (f *FakeGit) ListRemote(url string, args ...string) (string, string, error) + func (f *FakeGit) ShowFormat(source, ref, format string) (string, error) + func (f *FakeGit) TimedListRemote(timeout time.Duration, url string, args ...string) (string, string, error) + func (g *FakeGit) Checkout(dir string, ref string) error + func (g *FakeGit) Clone(dir string, url string) error + func (g *FakeGit) CloneBare(dir string, url string) error + func (g *FakeGit) CloneMirror(source, target string) error + func (g *FakeGit) CloneWithOptions(dir string, url string, args ...string) error + func (g *FakeGit) GetOriginURL(dir string) (string, bool, error) + func (g *FakeGit) GetRef(dir string) string + func (g *FakeGit) GetRootDir(dir string) (string, error) + func (g *FakeGit) SubmoduleUpdate(dir string, init, recurse bool) error Other modules containing this package gopkg.in/openshift/origin.v4