SettingsClustersSoftwareRecommendationsFilterSpec
The Recommendations.FilterSpec structure contains fields used to filter the generated recommendations (see Recommendations.generate) based on a specified base image version.
Properties
string
base_image_version
Optional
Base image version string is used in generating the specified base image recommendations. Default recommendations are generated when the value is empty.
JSON Example
{
"base_image_version": "string"
}