Versions in this module Expand all Collapse all v0 v0.0.3 Jan 23, 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 ContainerExecute struct + Cmd []string + WorkDir string + type ContainerHistoryItem struct + CreateTime string + Status EtcdContainerInfo + Version int64 + type ContainerRun struct + Binds []Bind + Cmd []string + ContainerPorts []string + Env []string + GpuCount int + ImageName string + ReplicaSetName string + type EtcdContainerInfo struct + Config *container.Config + ContainerName string + CreateTime string + HostConfig *container.HostConfig + NetworkingConfig *network.NetworkingConfig + Platform *ocispec.Platform + Version int64 + func (i *EtcdContainerInfo) Serialize() *string + type EtcdVolumeInfo struct + CreateTime string + Opt *volume.CreateOptions + Version int64 + func (i *EtcdVolumeInfo) Serialize() *string + type GpuPatch struct + GpuCount int + type PatchRequest struct + GpuPatch *GpuPatch + VolumePatch *VolumePatch + type RollbackRequest struct + Version int64 + type VolumeCreate struct + Name string + Size string + type VolumeHistoryItem struct + CreateTime string + Status EtcdVolumeInfo + Version int64 + type VolumePatch struct + NewBind *Bind + OldBind *Bind + type VolumeSize struct + Size string