Versions in this module Expand all Collapse all v0 v0.0.2 Jan 15, 2024 Changes in this version + var VolumeSizeMap = map[string]struct + type Bind struct + Dest string + Src string + func (b *Bind) Format() string + type ContainerCommit struct + NewImageName string + type ContainerDelete struct + DelEtcdInfoAndVersionRecord bool + Force bool + type ContainerExecute struct + Cmd []string + WorkDir string + type ContainerGpuPatch struct + GpuCount int + type ContainerRun struct + Binds []Bind + Cmd []string + ContainerName string + ContainerPorts []string + Env []string + GpuCount int + ImageName string + type ContainerStop struct + RestoreGpus bool + RestorePorts bool + type ContainerVolumePatch struct + NewBind *Bind + OldBind *Bind + Type mount.Type + type EtcdContainerInfo struct + Config *container.Config + ContainerName string + HostConfig *container.HostConfig + NetworkingConfig *network.NetworkingConfig + Platform *ocispec.Platform + Version int64 + func (i *EtcdContainerInfo) Serialize() *string + type EtcdVolumeInfo struct + Opt *volume.CreateOptions + Version int64 + func (i *EtcdVolumeInfo) Serialize() *string + type GpuInfo struct + CUDADriverVersion int + DriverVersion string + GraphicsRunningProcesses []ProcessInfo + Index int + InformImageVersion string + MemoryInfo Memory + Name string + PowerManagementDefaultLimit uint32 + PowerState int32 + PowerUsage uint32 + UUID string + type Memory struct + Free uint64 + Total uint64 + Used uint64 + type ProcessInfo struct + ComputeInstanceId uint32 + GpuInstanceId uint32 + Pid uint32 + UsedGpuMemory uint64 + type VolumeCreate struct + Name string + Size string + type VolumeDelete struct + DelEtcdInfoAndVersionRecord bool + Force bool + type VolumeSize struct + Size string