@openshift-assisted/types 2.43.3 → 2.43.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.
@@ -673,6 +673,7 @@ export type ClusterValidationId =
673
673
  | 'servicemesh-requirements-satisfied'
674
674
  | 'serverless-requirements-satisfied'
675
675
  | 'openshift-ai-requirements-satisfied'
676
+ | 'openshift-ai-gpu-requirements-satisfied'
676
677
  | 'authorino-requirements-satisfied'
677
678
  | 'nmstate-requirements-satisfied'
678
679
  | 'amd-gpu-requirements-satisfied'
@@ -1071,7 +1072,6 @@ export type FeatureSupportLevelId =
1071
1072
  | 'EXTERNAL_PLATFORM_OCI'
1072
1073
  | 'DUAL_STACK'
1073
1074
  | 'PLATFORM_MANAGED_NETWORKING'
1074
- | 'SKIP_MCO_REBOOT'
1075
1075
  | 'EXTERNAL_PLATFORM'
1076
1076
  | 'OVN_NETWORK_TYPE'
1077
1077
  | 'SDN_NETWORK_TYPE'
@@ -2928,6 +2928,10 @@ export interface VersionedHostRequirements {
2928
2928
  * Master node requirements
2929
2929
  */
2930
2930
  master?: ClusterHostRequirementsDetails;
2931
+ /**
2932
+ * Arbiter node requirements
2933
+ */
2934
+ arbiter?: ClusterHostRequirementsDetails;
2931
2935
  /**
2932
2936
  * Worker node requirements
2933
2937
  */
package/package.json CHANGED
@@ -47,5 +47,5 @@
47
47
  "js-yaml": "^4.1.0",
48
48
  "sw2dts": "^2.6.3"
49
49
  },
50
- "version": "2.43.3"
50
+ "version": "2.43.4"
51
51
  }