@openshift-assisted/types 2.54.2 → 2.55.1
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.
|
@@ -1843,7 +1843,7 @@ export interface ImageInfo {
|
|
|
1843
1843
|
staticNetworkConfig?: string;
|
|
1844
1844
|
type?: ImageType;
|
|
1845
1845
|
}
|
|
1846
|
-
export type ImageType = 'full-iso' | 'minimal-iso';
|
|
1846
|
+
export type ImageType = 'full-iso' | 'minimal-iso' | 'disconnected-iso';
|
|
1847
1847
|
export interface ImportClusterParams {
|
|
1848
1848
|
/**
|
|
1849
1849
|
* OpenShift cluster name.
|
package/package.json
CHANGED