@openshift-assisted/types 2.51.1 → 2.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1955,7 +1955,7 @@ export interface InfraEnvCreateParams {
|
|
|
1955
1955
|
/**
|
|
1956
1956
|
* The CPU architecture of the image (x86_64/arm64/etc).
|
|
1957
1957
|
*/
|
|
1958
|
-
cpuArchitecture?: 'x86_64' | 'aarch64' | 'arm64' | 'ppc64le' | 's390x';
|
|
1958
|
+
cpuArchitecture?: 'x86_64' | 'aarch64' | 'arm64' | 'ppc64le' | 's390x' | 'multi';
|
|
1959
1959
|
kernelArguments?: KernelArguments;
|
|
1960
1960
|
/**
|
|
1961
1961
|
* PEM-encoded X.509 certificate bundle. Hosts discovered by this
|
package/package.json
CHANGED