Versions in this module Expand all Collapse all v0 v0.1.13 Apr 23, 2026 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Migration struct + Spec MigrationSpec + Status MigrationStatus + func (in *Migration) DeepCopy() *Migration + func (in *Migration) DeepCopyInto(out *Migration) + func (in *Migration) DeepCopyObject() runtime.Object + type MigrationList struct + Items []Migration + func (in *MigrationList) DeepCopy() *MigrationList + func (in *MigrationList) DeepCopyInto(out *MigrationList) + func (in *MigrationList) DeepCopyObject() runtime.Object + type MigrationSpec struct + func (in *MigrationSpec) DeepCopy() *MigrationSpec + func (in *MigrationSpec) DeepCopyInto(out *MigrationSpec) + type MigrationStatus struct + AutoConvergeThrottle string + DataProcessed string + DataRemaining string + DataTotal string + Destination string + DiskBps string + DiskProcessed string + DiskRemaining string + DiskTotal string + Downtime string + ErrMsg string + MemBps string + MemConstant uint64 + MemDirtyRate string + MemIteration uint64 + MemNormal uint64 + MemNormalBytes string + MemPageSize string + MemPostcopyRequests uint64 + MemProcessed string + MemRemaining string + MemTotal string + Operation string + Origin string + SetupTime string + Started metav1.Time + TimeElapsed string + TimeRemaining string + Type string + func (in *MigrationStatus) DeepCopy() *MigrationStatus + func (in *MigrationStatus) DeepCopyInto(out *MigrationStatus)