RolloutStrategy

RolloutStrategy menentukan berbagai cara untuk meluncurkan paket resource di seluruh kumpulan cluster.

Representasi 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.
}
Kolom
Kolom union strategy. Strategi menentukan cara peluncuran update ke paket resource di seluruh cluster. strategy hanya dapat berupa salah satu dari berikut:
allAtOnce

object (AllAtOnceStrategy)

AllAtOnceStrategy menyebabkan semua cluster diupdate secara serentak.

rolling

object (RollingStrategy)

RollingStrategy menyebabkan sejumlah cluster tertentu diupdate secara serentak hingga semua cluster diupdate.

AllAtOnceStrategy

Jenis ini tidak memiliki kolom.

AllAtOnceStrategy menyebabkan semua cluster diupdate secara serentak.

RollingStrategy

RollingStrategy menyebabkan sejumlah cluster tertentu diupdate secara serentak hingga semua cluster diupdate.

Representasi JSON
{
  "maxConcurrent": integer
}
Kolom
maxConcurrent

integer

Opsional. Jumlah maksimum cluster untuk mengupdate paket resource secara serentak.