Endpoint Deployment Config Rolling Update Policy
data class EndpointDeploymentConfigRollingUpdatePolicy(val maximumBatchSize: EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize, val maximumExecutionTimeoutInSeconds: Int? = null, val rollbackMaximumBatchSize: EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize? = null, val waitIntervalInSeconds: Int)
Constructors
Link copied to clipboard
fun EndpointDeploymentConfigRollingUpdatePolicy(maximumBatchSize: EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize, maximumExecutionTimeoutInSeconds: Int? = null, rollbackMaximumBatchSize: EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize? = null, waitIntervalInSeconds: Int)
Types
Properties
Link copied to clipboard
val rollbackMaximumBatchSize: EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize? = null
Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback. See Rollback Maximum Batch Size.