# Constants
ArrayMigrationState key used to annotate MigrationGroup CR through ArrayMigration phases.
CommitReadyState name of state of MigrationGroup post node rescan operation.
CommittedState name of state of MigrationGroup post commit operation.
DeletingState name deletion state of MigrationGroup.
ErrorState name of error state of MigrationGroup.
MaxRetryDurationForActions maximum amount of time between retries of failed action.
MigratedState name of post migrate call state of MigrationGroup.
NodeLabelFilter is filter to get all pmax nodes.
NoState empty state of MigrationGroup.
ReadyState name of first valid state of MigrationGroup.
RemoteSymIDParam key for storing remote arrayID.
SymmetrixIDParam key for storing arrayID.
# Variables
NodesToRescan is a list of all nodes where pods are scheduled.
# Structs
ActionAnnotation represents annotation that contains information about migration action.
MigrationGroupReconciler reconciles PersistentVolume resources.
NodeList has node names on which rescan will happen.
PersistentVolumeReconciler reconciles PersistentVolume resources.
# Type aliases
ActionType is to check the next action.