package
24.3.4+incompatible
Repository: https://github.com/libopenstorage/stork.git
Documentation: pkg.go.dev
# Functions
NewClusterPair creates a new instance of ClusterPairController.
NewMigration creates a new instance of MigrationController.
NewMigrationSchedule creates a new instance of MigrationScheduleController.
NewResourceTransformation creates a new instance of ResourceTransformation Manager.
# Constants
PVReclaimAnnotation for pvc's reclaim policy.
ResourceTransformationControllerName of resource transformation CR handler.
StashCRLabel is the label used for stashed configmaps for the CRs if stash strategy is enabled.
No description provided by the author
No description provided by the author
No description provided by the author
StorkAnnotationPrefix for resources created/managed by stork.
StorkMigrationAnnotation is the annotation used to keep track of resources migrated by stork.
StorkMigrationCRDActivateAnnotation is the annotation used to keep track of the value to be set for activating crds.
StorkMigrationCRDDeactivateAnnotation is the annotation used to keep track of the value to be set for deactivating crds.
StorkMigrationName is the annotation used to identify resource migrated by migration CRD name.
StorkMigrationNamespace is the annotation used to identify migration CRD's namespace.
StorkMigrationReplicasAnnotation is the annotation used to keep track of the number of replicas for an application when it was migrated.
StorkMigrationScheduleCopied indicating migrated migrationscheduleobject.
StorkMigrationScheduleName is the annotation to keep track of child migration objects triggered by migration schedule.
StorkMigrationTime is the annotation used to specify time of migration.
StorkNamespacePrefix for namespace created for applying dry run resources.
# Variables
No description provided by the author
No description provided by the author
# Structs
ClusterPairController controller to watch over ClusterPair.
MigrationController reconciles migration objects.
MigrationScheduleController reconciles MigrationSchedule objects.
RemoteConfig contains config and clients to interact with destination cluster.
ResourceTransformationController controller to watch over ResourceTransformation CR.