Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migrator ¶
type Migrator struct {
SourceNamespace string
SourcePVCName string
DestNamespace string
DestPVCStorageClass string
DestPVCSize string
DestPVCName string
Force bool
// contains filtered or unexported fields
}
func (*Migrator) GetDestPVCSize ¶
func (*Migrator) GetDestinationPVCTemplate ¶
func (m *Migrator) GetDestinationPVCTemplate(sourcePVC *v1.PersistentVolumeClaim) *v1.PersistentVolumeClaim
func (*Migrator) Validate ¶
func (m *Migrator) Validate() (*v1.PersistentVolumeClaim, []strategies.Strategy)
Click to show internal directories.
Click to hide internal directories.