# Functions

NewFakeCNIPlugin create a FakeCNIPlugin.
NewFakeContainersClient creates a FakeContainersClient.
NewFakeExecutionClient creates a FakeExecutionClient.
NewFakeImagesClient creates a FakeImagesClient.
NewFakeSnapshotClient creates a FakeSnapshotClient.
No description provided by the author
No description provided by the author

# Variables

ContainerNotExistError is the fake error returned when container does not exist.
SnapshotNotExistError is the fake error returned when snapshot does not exist.
TaskNotExistError is the fake error returned when task does not exist.

# Structs

CalledDetail is the struct contains called function name and arguments.
CNIPluginArgument is arguments used to call CNI related functions.
EventClient is a test implementation of execution.Tasks_EventsClient.
FakeCNIPlugin is a fake plugin used for test.
FakeContainersClient is a simple fake containers client, so that cri-containerd can be run for testing without requiring a real containerd setup.
FakeExecutionClient is a simple fake execution client, so that cri-containerd can be run for testing without requiring a real containerd setup.
FakeImagesClient is a simple fake images client, so that cri-containerd can be run for testing without requiring a real containerd setup.
FakeSnapshotClient is a simple fake snapshot client, so that cri-containerd can be run for testing without requiring a real containerd setup.
Mock of HealthClient interface.
Mock of VersionClient interface.