Documentation ¶
Index ¶
Constants ¶
View Source
const ( // StorkMigrationReplicasAnnotation is the annotation used to keep track of // the number of replicas for an application when it was migrated StorkMigrationReplicasAnnotation = "stork.libopenstorage.org/migrationReplicas" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterPairController ¶
type ClusterPairController struct { Driver volume.Driver Recorder record.EventRecorder }
ClusterPairController controller to watch over ClusterPair
func (*ClusterPairController) Init ¶
func (c *ClusterPairController) Init() error
Init initialize the cluster pair controller
type MigrationController ¶
type MigrationController struct { Driver volume.Driver Recorder record.EventRecorder // contains filtered or unexported fields }
MigrationController reconciles migration objects
func (*MigrationController) Init ¶
func (m *MigrationController) Init(migrationAdminNamespace string) error
Init Initialize the migration controller
type MigrationScheduleController ¶
type MigrationScheduleController struct {
Recorder record.EventRecorder
}
MigrationScheduleController reconciles MigrationSchedule objects
func (*MigrationScheduleController) Init ¶
func (m *MigrationScheduleController) Init() error
Init Initialize the migration schedule controller
Click to show internal directories.
Click to hide internal directories.