# Functions
NewClient creates a new hyper client.
NewExtractor instantiates a new StreamExtractor.
NewHyperRuntime creates a new Runtime.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Stderr represents standard error steam type.
Stdin represents standard input stream type.
Stdout represents standard output stream type.
# Structs
CheckpointData contains all types of data that can be stored in the checkpoint.
Client is the gRPC client for hyperd.
ContainerInterfaceInfo contains a network interface inside the container.
FileStore is an implementation of CheckpointStore interface which stores checkpoint in file.
MemStore is an implementation of CheckpointStore interface which stores checkpoint in memory.
The network information needed to create HyperContainer network device from CNI Result.
PersistentCheckpointHandler is an implementation of CheckpointHandler.
PodSandboxCheckpoint is the checkpoint structure for a sandbox.
PortMapping is the port mapping configurations of a sandbox.
RawExtractor is a stream extractor can only extract raw data which was not be multiplexed.
Runtime is the HyperContainer implementation of kubelet runtime API.
StdcopyExtractor is a stream extractor, which can extract data multiplexed by stdWriter from docker/pkg/stdcopy.
# Interfaces
CheckpointHandler provides the interface to manage PodSandbox checkpoint.
CheckpointStore provides the interface for checkpoint storage backend.
StreamExtractor interface should be implemented by any stream extractor who want extract multiplexed stream to multiple kind of stream.
# Type aliases
No description provided by the author