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은 다음 중 하나여야 합니다.
allAtOnce

object (AllAtOnceStrategy)

AllAtOnceStrategy를 사용하면 모든 클러스터가 동시에 업데이트됩니다.

rolling

object (RollingStrategy)

RollingStrategy는 모든 클러스터가 업데이트될 때까지 지정된 수의 클러스터를 동시에 업데이트합니다.

AllAtOnceStrategy

이 유형에는 필드가 없습니다.

AllAtOnceStrategy를 사용하면 모든 클러스터가 동시에 업데이트됩니다.

RollingStrategy

RollingStrategy는 모든 클러스터가 업데이트될 때까지 지정된 수의 클러스터를 동시에 업데이트합니다.

JSON 표현
{
  "maxConcurrent": integer
}
필드
maxConcurrent

integer

선택사항입니다. 동시에 리소스 번들을 업데이트할 최대 클러스터 수입니다.