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

defaultServiceTypeDeltaHealthPolicy

The delta health policy used by default to evaluate the health of a service type when upgrading the cluster.

serviceTypeDeltaHealthPolicies

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}