package
0.0.0
Repository: https://github.com/hacktohell/cri-o.git
Documentation: pkg.go.dev

# Functions

ContainerStatus sends a ContainerStatusRequest to the server, and parses the returned ContainerStatusResponse.
CreateContainer sends a CreateContainerRequest to the server, and parses the returned CreateContainerResponse.
ExecSync sends an ExecSyncRequest to the server, and parses the returned ExecSyncResponse.
ImageStatus sends an ImageStatusRequest to the server, and parses the returned ImageStatusResponse.
ListContainers sends a ListContainerRequest to the server, and parses the returned ListContainerResponse.
ListImages sends a ListImagesRequest to the server, and parses the returned ListImagesResponse.
ListPodSandboxes sends a ListPodSandboxRequest to the server, and parses the returned ListPodSandboxResponse.
PodSandboxStatus sends a PodSandboxStatusRequest to the server, and parses the returned PodSandboxStatusResponse.
PullImage sends a PullImageRequest to the server, and parses the returned PullImageResponse.
RemoveContainer sends a RemoveContainerRequest to the server, and parses the returned RemoveContainerResponse.
RemoveImage sends a RemoveImageRequest to the server, and parses the returned RemoveImageResponse.
RemovePodSandbox sends a RemovePodSandboxRequest to the server, and parses the returned RemovePodSandboxResponse.
RunPodSandbox sends a RunPodSandboxRequest to the server, and parses the returned RunPodSandboxResponse.
StartContainer sends a StartContainerRequest to the server, and parses the returned StartContainerResponse.
StopContainer sends a StopContainerRequest to the server, and parses the returned StopContainerResponse.
StopPodSandbox sends a StopPodSandboxRequest to the server, and parses the returned StopPodSandboxResponse.
Version sends a VersionRequest to the server, and parses the returned VersionResponse.