RolloutStrategy

RolloutStrategy 定义了在集集群中发布资源软件包的不同方式。

JSON 表示法
{

  // Union field strategy can be only one of the following:
  "allAtOnce": {
    object (AllAtOnceStrategy)
  },
  "rolling": {
    object (RollingStrategy)
  }
  // End of list of possible types for union field strategy.
}
字段
联合字段 strategy。Strategy 定义了应如何在集群中发布资源软件包的更新。strategy 只能是下列其中一项:
allAtOnce

object (AllAtOnceStrategy)

AllAtOnceStrategy 会导致所有集群同时更新。

rolling

object (RollingStrategy)

RollingStrategy 会导致指定数量的集群同时更新,直到所有集群都更新完毕。

AllAtOnceStrategy

此类型没有字段。

AllAtOnceStrategy 会导致所有集群同时更新。

RollingStrategy

RollingStrategy 会导致指定数量的集群同时更新,直到所有集群都更新完毕。

JSON 表示法
{
  "maxConcurrent": integer
}
字段
maxConcurrent

integer

可选。同时更新资源软件包的集群数量上限。