@openshift-assisted/types 2.38.2 → 2.38.4
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.
|
@@ -656,7 +656,9 @@ export type ClusterValidationId =
|
|
|
656
656
|
| 'serverless-requirements-satisfied'
|
|
657
657
|
| 'openshift-ai-requirements-satisfied'
|
|
658
658
|
| 'authorino-requirements-satisfied'
|
|
659
|
-
| 'nmstate-requirements-satisfied'
|
|
659
|
+
| 'nmstate-requirements-satisfied'
|
|
660
|
+
| 'amd-gpu-requirements-satisfied'
|
|
661
|
+
| 'kmm-requirements-satisfied';
|
|
660
662
|
export interface CompletionParams {
|
|
661
663
|
isSuccess: boolean;
|
|
662
664
|
errorInfo?: string;
|
|
@@ -1049,7 +1051,9 @@ export type FeatureSupportLevelId =
|
|
|
1049
1051
|
| 'NON_STANDARD_HA_CONTROL_PLANE'
|
|
1050
1052
|
| 'AUTHORINO'
|
|
1051
1053
|
| 'USER_MANAGED_LOAD_BALANCER'
|
|
1052
|
-
| 'NMSTATE'
|
|
1054
|
+
| 'NMSTATE'
|
|
1055
|
+
| 'AMD_GPU'
|
|
1056
|
+
| 'KMM';
|
|
1053
1057
|
/**
|
|
1054
1058
|
* Cluster finalizing stage managed by controller
|
|
1055
1059
|
*/
|
|
@@ -1603,7 +1607,9 @@ export type HostValidationId =
|
|
|
1603
1607
|
| 'openshift-ai-requirements-satisfied'
|
|
1604
1608
|
| 'authorino-requirements-satisfied'
|
|
1605
1609
|
| 'mtu-valid'
|
|
1606
|
-
| 'nmstate-requirements-satisfied'
|
|
1610
|
+
| 'nmstate-requirements-satisfied'
|
|
1611
|
+
| 'amd-gpu-requirements-satisfied'
|
|
1612
|
+
| 'kmm-requirements-satisfied';
|
|
1607
1613
|
/**
|
|
1608
1614
|
* Explicit ignition endpoint overrides the default ignition endpoint.
|
|
1609
1615
|
*/
|
package/package.json
CHANGED