共用方式為


ClusterUpdateStrategy interface

ClusterUpdateStrategy 代表更新叢集的策略。

屬性

maxUnavailable

可在更新增量內離線的背景工作節點數目上限,例如機架逐機架。 以遞增方式限制機器數目上限。 默認為整個遞增大小。

strategyType

運行時間保護的作業模式。

thresholdType

選取應如何評估臨界值。

thresholdValue

數值臨界值。

waitTimeMinutes

策略所定義之更新增量之間的等候時間。

屬性詳細資料

maxUnavailable

可在更新增量內離線的背景工作節點數目上限,例如機架逐機架。 以遞增方式限制機器數目上限。 默認為整個遞增大小。

maxUnavailable?: number

屬性值

number

strategyType

運行時間保護的作業模式。

strategyType: string

屬性值

string

thresholdType

選取應如何評估臨界值。

thresholdType: string

屬性值

string

thresholdValue

數值臨界值。

thresholdValue: number

屬性值

number

waitTimeMinutes

策略所定義之更新增量之間的等候時間。

waitTimeMinutes?: number

屬性值

number