ApplicationUpgradePolicy
Describes the policy for a monitored application upgrade.
Properties
Name | Type | Required |
---|---|---|
upgradeReplicaSetCheckTimeout | integer (int64) | No |
forceRestart | boolean | No |
rollingUpgradeMonitoringPolicy | RollingUpgradeMonitoringPolicy | No |
applicationHealthPolicy | ApplicationHealthPolicy | No |
upgradeReplicaSetCheckTimeout
Type: integer (int64)
Required: No
The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).
forceRestart
Type: boolean
Required: No
If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
rollingUpgradeMonitoringPolicy
Type: RollingUpgradeMonitoringPolicy
Required: No
The policy used for monitoring the application upgrade
applicationHealthPolicy
Type: ApplicationHealthPolicy
Required: No
Defines a health policy used to evaluate the health of an application or one of its children entities.