kubernetes/cmd/kubeadm/app/util/runtime/runtime_fake_test.go

type fakeImpl

func (fake *fakeImpl) ImageStatus(context.Context, cri.ImageManagerService, *v1.ImageSpec, bool) (*v1.ImageStatusResponse, error) {}

func (fake *fakeImpl) ImageStatusReturns(res *v1.ImageStatusResponse, err error) {}

func (fake *fakeImpl) ListPodSandbox(context.Context, cri.RuntimeService, *v1.PodSandboxFilter) ([]*v1.PodSandbox, error) {}

func (fake *fakeImpl) ListPodSandboxReturns(res []*v1.PodSandbox, err error) {}

func (fake *fakeImpl) NewRemoteImageService(string, time.Duration) (cri.ImageManagerService, error) {}

func (fake *fakeImpl) NewRemoteImageServiceReturns(res cri.ImageManagerService, err error) {}

func (fake *fakeImpl) NewRemoteRuntimeService(string, time.Duration) (cri.RuntimeService, error) {}

func (fake *fakeImpl) NewRemoteRuntimeServiceReturns(res cri.RuntimeService, err error) {}

func (fake *fakeImpl) PullImage(context.Context, cri.ImageManagerService, *v1.ImageSpec, *v1.AuthConfig, *v1.PodSandboxConfig) (string, error) {}

func (fake *fakeImpl) PullImageReturns(res string, err error) {}

func (fake *fakeImpl) RemovePodSandbox(context.Context, cri.RuntimeService, string) error {}

func (fake *fakeImpl) RemovePodSandboxReturns(res error) {}

func (fake *fakeImpl) Status(context.Context, cri.RuntimeService, bool) (*v1.StatusResponse, error) {}

func (fake *fakeImpl) StatusReturns(res *v1.StatusResponse, err error) {}

func (fake *fakeImpl) StopPodSandbox(context.Context, cri.RuntimeService, string) error {}

func (fake *fakeImpl) StopPodSandboxReturns(res error) {}