FeatureConfigurationIntelligence

FeatureConfigurationIntelligence
FeatureConfigurationIntelligence

The feature configuration for intelligence for staging purpose. Serve as the concrete payload, which can be used to decode FeatureConfiguration. The current limitation is we only support string values and one-level flatten structure.

AllOf
JSON Example
{
    "feature_name": "string",
    "chart_repo": "string",
    "docker_registry": "string",
    "precheck_chart_name": "string",
    "precheck_chart_version": "string",
    "deployment_chart_name": "string",
    "deployment_chart_version": "string",
    "storage_class": "string",
    "enable_migration": false,
    "migration_config": {
        "appliance_ip": "string",
        "migration_state": "string"
    }
}