cluster_spec_controlPlaneSpec_strategy

cluster_spec_controlPlaneSpec_strategy
cluster_spec_controlPlaneSpec_strategy

The strategy represents the stragegy upgrade existing cluster. Strategy is optional (type can only be 'RollingUpdate'; MaxSurge and MaxUnavailable can not be 0 at the same time) for creation 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.