Name: DeploymentUpdateStrategy

Represents update strategy of a k8s deployment

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.k8s.DeploymentUpdateStrategy",
   "rollingUpdateMaxSurge": <String>,
   "rollingUpdateMaxUnavailable": <String>,
   "type": <String>,
}

Attributes
NameTypeDescription
rollingUpdateMaxSurgexsd:stringMax number of percentarge of pods, that the deployment is allowed to creating during update. Applicable only to RollingUpdate strategy.
rollingUpdateMaxUnavailablexsd:stringMax number or percentage of pods that can be unavailable during update. Applicable only to RollingUpdate strategy.
typexsd:stringStrategy type. E.g. RollingUpdate, Recreate