Skip to main content
Version: 3.2

Migration

Migration represents migration status.

Migration

FieldDescriptionType
apiVersionAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
string
kindKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
string
specMigrationSpec is the spec used to migrate apps between clusterpairsobject
statusMigrationStatus is the status of a migration operationobject

spec fields

FieldDescriptionType
spec.adminClusterPairAdminClusterPair is the name of the admin cluster pair used for managing the migration.string
spec.clusterPairClusterPair is the name of the cluster pair using which the migration will be performed.string
spec.excludeResourceTypesExcludeResourceTypes is a list of resource types that should be excluded from the migration.array
spec.excludeSelectorsExcludeSelectors is a set of label-based selectors used to filter out specific objects from the migration.object
spec.ignoreOwnerReferencesCheckIgnoreOwnerReferencesCheck specifies whether the migration should ignore checks related to owner references.boolean
spec.includeNetworkPolicyWithCIDRIncludeNetworkPolicyWithCIDR determines whether network policies with CIDR-based rules should be included in the migration.boolean
spec.includeOptionalResourceTypesIncludeOptionalResourceTypes is a list of optional Kubernetes resource types that should be included in the migration.array
spec.includeResourcesIncludeResources specifies whether Kubernetes resources (such as Deployments, ConfigMaps, etc.) should be included in the migration.boolean
spec.includeVolumesIncludeVolumes specifies whether underlying volumes should be included in the migration.boolean
spec.namespaceSelectorsNamespaceSelectors is a set of label-based selectors used to filter which namespaces should be migrated.object
spec.namespacesNamespaces is a list of namespaces that should be migrated to the destination cluster.array
spec.postExecRulePostExecRule is the name of the rule that should be executed after migration completes.string
spec.preExecRulePreExecRule is the name of the rule that should be executed before migration starts.string
spec.purgeDeletedResourcesPurgeDeletedResources specifies whether deleted resources (that existed before but no longer exist) should be removed from the destination cluster.boolean
spec.selectorsSelectors is a set of label-based selectors used to filter the objects that should be included in the migration.object
spec.skipDeletedNamespacesSkipDeletedNamespaces determines whether namespaces that have been deleted should be skipped during migration.boolean
spec.skipServiceUpdateSkipServiceUpdate determines whether service updates should be skipped during migration.boolean
spec.startApplicationsStartApplications determines whether the migrated applications should be started on the destination cluster after migration.boolean
spec.transformSpecsTransformSpecs is a list of transformation specifications that should be applied to Kubernetes resources before they are migrated.array

status fields

FieldDescriptionType
status.stageMigrationStageType is the stage of the migrationstring
status.statusMigrationStatusType is the status of the migrationstring
status.summarySummary provides a short summary on the migrationobject
status.summary.elapsedTimeForResourceMigrationElapsedTimeForResourceMigration provides the total time the
resource migration stage has been running or the total time
taken for the resource migration to complete if the volume migration has finished
string
status.summary.elapsedTimeForVolumeMigrationElapsedTimeForVolumeMigration provides the total time the
volume migration stage has been running or the total time
taken for the volume migration to complete if the volume migration has finished
string
status.summary.numOfMigratedResourcesNumberOfMigratedResources gives the total count of migrated k8s resourcesinteger
status.summary.numOfMigratedVolumesNumberOfMigratedVolumes gives the total count of successfully migrated volumesinteger
status.summary.totalBytesMigratedTotalBytesMigrated gives the total amount of bytes migrated across all the volumesinteger
status.summary.totalNumberOfResourcesTotalNumberOfResources gives the total count of resourcsinteger
status.summary.totalNumberOfVolumesTotalNumberOfVolumes gives the total count of volumesinteger