Skip to main content
Version: 3.2

MigrationSchedule

MigrationSchedule represents a scheduled migration object.

MigrationSchedule

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
specMigrationScheduleSpec is the spec used to schedule migrationsobject
statusMigrationScheduleStatus is the status of a migration scheduleobject

spec fields

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