@openshift-assisted/types 2.16.4-cim → 2.16.5-cim
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.
|
@@ -686,9 +686,7 @@ export type ClusterValidationId =
|
|
|
686
686
|
| 'cluster-observability-requirements-satisfied'
|
|
687
687
|
| 'numa-resources-requirements-satisfied'
|
|
688
688
|
| 'oadp-requirements-satisfied'
|
|
689
|
-
| 'metallb-requirements-satisfied'
|
|
690
|
-
| 'loki-requirements-satisfied'
|
|
691
|
-
| 'openshift-logging-requirements-satisfied';
|
|
689
|
+
| 'metallb-requirements-satisfied';
|
|
692
690
|
export interface CompletionParams {
|
|
693
691
|
isSuccess: boolean;
|
|
694
692
|
errorInfo?: string;
|
|
@@ -1101,9 +1099,7 @@ export type FeatureSupportLevelId =
|
|
|
1101
1099
|
| 'CLUSTER_OBSERVABILITY'
|
|
1102
1100
|
| 'NUMA_RESOURCES'
|
|
1103
1101
|
| 'OADP'
|
|
1104
|
-
| 'METALLB'
|
|
1105
|
-
| 'LOKI'
|
|
1106
|
-
| 'OPENSHIFT_LOGGING';
|
|
1102
|
+
| 'METALLB';
|
|
1107
1103
|
/**
|
|
1108
1104
|
* Cluster finalizing stage managed by controller
|
|
1109
1105
|
*/
|
|
@@ -1668,9 +1664,7 @@ export type HostValidationId =
|
|
|
1668
1664
|
| 'cluster-observability-requirements-satisfied'
|
|
1669
1665
|
| 'numa-resources-requirements-satisfied'
|
|
1670
1666
|
| 'oadp-requirements-satisfied'
|
|
1671
|
-
| 'metallb-requirements-satisfied'
|
|
1672
|
-
| 'loki-requirements-satisfied'
|
|
1673
|
-
| 'openshift-logging-requirements-satisfied';
|
|
1667
|
+
| 'metallb-requirements-satisfied';
|
|
1674
1668
|
/**
|
|
1675
1669
|
* Explicit ignition endpoint overrides the default ignition endpoint.
|
|
1676
1670
|
*/
|