# Functions
BuildContainerName creates a unique container name string.
BuildSandboxName creates a unique sandbox name string.
NewFakeImageService creates a new FakeImageService.
NewFakeRuntimeService creates a new FakeRuntimeService.
# Variables
FakePodSandboxIPs is an IP address of the fake runtime.
FakeRuntimeName is the name of the fake runtime.
FakeVersion is a version of a fake runtime.
# Structs
FakeContainer is a fake container.
FakeImageService fakes the image service.
FakePodSandbox is the fake implementation of runtimeapi.PodSandboxStatus.
FakeRuntimeService is a fake runetime service.