cluster_spec_clusterConfigSpec_strategy

cluster_spec_clusterConfigSpec_strategy
cluster_spec_clusterConfigSpec_strategy

The strategy represents the strategy upgrade existing cluster. Strategy is optional for creation (Currently the only supported strategy is 'RollingUpdate'; MaxSurge and MaxUnavailable value can not be 0 concurrently) and is mutable

JSON Example
{
    "rollingUpdate": {},
    "type": "string"
}
rollingUpdate
Optional

rollingUpdate

string
type
Optional

Type of deployment. Currently the only supported strategy is "RollingUpdate". Default is RollingUpdate.