Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 Changes in this version + type FakeMirrorClient struct + func NewFakeMirrorClient() *FakeMirrorClient + func (fmc *FakeMirrorClient) CreateMirrorPod(pod *api.Pod) error + func (fmc *FakeMirrorClient) DeleteMirrorPod(podFullName string) error + func (fmc *FakeMirrorClient) GetCounts(podFullName string) (int, int) + func (fmc *FakeMirrorClient) GetPods() []string + func (fmc *FakeMirrorClient) HasPod(podFullName string) bool + func (fmc *FakeMirrorClient) NumOfPods() int