Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkpoint ¶
type Checkpoint struct {
// contains filtered or unexported fields
}
Checkpoint 建立 Pod 检查点
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager 基于 containerd 的 common.PodCRManager 的实现
type Restore ¶
type Restore struct {
// contains filtered or unexported fields
}
Restore 从 Pod 检查点还原
type SandboxInfo ¶
type SandboxInfo struct { // 沙盒 ID ID string `json:"id"` // 沙盒容器 1 号进程在宿主机上的 Pid Pid int `json:"pid"` // 沙盒配置 Config *runtimev1.PodSandboxConfig `json:"config,omitempty"` // 沙盒运行时配置 RuntimeSpec *ociruntime.Spec `json:"runtimeSpec,omitempty"` }
SandboxInfo 沙盒信息
Click to show internal directories.
Click to hide internal directories.