1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/importmode-configuration-fields.adoc
2022-11-11 19:41:59 +00:00

23 lines
818 B
Plaintext

// Module included in the following assemblies:
// * assembly/openshift_images/managing-image-streams.adoc
:_content-type: CONCEPT
[id="importmode-configuration-fields_{context}"]
= importMode configuration fields
The following table describes the configuration fields available for the `importMode` value:
[cols="3a,8a",options="header"]
|===
|Parameter |Description
| *Legacy* | The default value for `importMode`. When active, the manifest list is discarded, and a single sub-manifest is imported. The platform is chosen in the following order of priority:
. Tag annotations
. Control plane architecture
. Linux/AMD64
. The first manifest in the list
| *PreserveOriginal* | When active, the original manifest is preserved. For manifest lists, the manifest list and all of its sub-manifests are imported.
|===