upgrade_risks_predictions.go | |
---|---|
Copyright 2023 Red Hat, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
|
Alert data structure representing a single alert |
|
OperatorCondition data structure representing a single operator condition |
|
UpgradeRisksPredictors data structure to store the predictors returned by the data engineering service |
|
DataEngResponse is the response received from the data-eng service |
|
UpgradeRecommendation is the inner data structure for the UpgradeRiskPredictionResponse |
|
UpgradeRisksMeta is a data structure to store metainformation regarding the prediction |
|
UpgradeRisksPrediction is a data structure to store the prediction status for a cluster, and its recommendation and predictors, if any |
|
UpgradeRisksRecommendations is the main response structure for the multicluster URP endpoint |
|