ApplicationDeltaHealthPolicy interface
Defines a delta health policy used to evaluate the health of an application or one of its child entities when upgrading the cluster.
Properties
default |
The delta health policy used by default to evaluate the health of a service type when upgrading the cluster. |
service |
The map with service type delta health policy per service type name. The map is empty by default. |
Property Details
defaultServiceTypeDeltaHealthPolicy
The delta health policy used by default to evaluate the health of a service type when upgrading the cluster.
defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicy
Property Value
serviceTypeDeltaHealthPolicies
The map with service type delta health policy per service type name. The map is empty by default.
serviceTypeDeltaHealthPolicies?: {[propertyName: string]: ServiceTypeDeltaHealthPolicy}
Property Value
{[propertyName: string]: ServiceTypeDeltaHealthPolicy}