Deployment Strategy Patch
data class DeploymentStrategyPatch(val rollingUpdate: RollingUpdateDeploymentPatch? = null, val type: String? = null)
DeploymentStrategy describes how to replace existing pods with new ones.
Constructors
Link copied to clipboard
fun DeploymentStrategyPatch(rollingUpdate: RollingUpdateDeploymentPatch? = null, type: String? = null)