Endpoint Rolling Update Policy
data class EndpointRollingUpdatePolicy(val maximumBatchSize: EndpointCapacitySize, val maximumExecutionTimeoutInSeconds: Int? = null, val rollbackMaximumBatchSize: EndpointCapacitySize? = null, val waitIntervalInSeconds: Int)
Constructors
Link copied to clipboard
constructor(maximumBatchSize: EndpointCapacitySize, maximumExecutionTimeoutInSeconds: Int? = null, rollbackMaximumBatchSize: EndpointCapacitySize? = null, waitIntervalInSeconds: Int)
Properties
Link copied to clipboard
Specifies the maximum batch size for each rolling update.
Link copied to clipboard
The maximum time allowed for the rolling update, in seconds.
Link copied to clipboard
The maximum batch size for rollback during an update failure.
Link copied to clipboard
The time to wait between steps during the rolling update, in seconds.