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