Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoguVolumeResizer ¶ added in v0.0.2
type DoguVolumeResizer struct {
// contains filtered or unexported fields
}
func NewDoguVolumeResizer ¶ added in v0.0.2
func NewDoguVolumeResizer(doguClient doguClient, pvcCLient pvcClient, excludedDogus []string) *DoguVolumeResizer
func (*DoguVolumeResizer) ResizeDogusIfNeeded ¶ added in v0.0.2
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewSystemInfoProvider ¶
func (*Provider) GetExporterSystemInfo ¶ added in v0.0.2
GetExporterSystemInfo gets the exporters system info via get request
func (*Provider) GetImporterSystemInfo ¶ added in v0.0.2
GetImporterSystemInfo gets the current systems system info about dogus and components
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func (*Validator) Validate ¶
func (v *Validator) Validate(_ context.Context, exporterInfo *migration.SystemInfo, importerInfo *migration.SystemInfo) error
Validate validates that the importing system has the same configuration as the exporting system - dogus exist in correct version - components exist in correct version - pvcs are large enough (a resize is attempted)
Click to show internal directories.
Click to hide internal directories.