RolloutStrategy

RolloutStrategy menentukan berbagai cara untuk meluncurkan paket resource di seluruh set 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 update paket resource di-roll out di seluruh cluster. strategy hanya ada berupa salah satu diantara berikut:
allAtOnce

object (AllAtOnceStrategy)

AllAtOnceStrategy menyebabkan semua cluster diupdate secara bersamaan.

rolling

object (RollingStrategy)

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

AllAtOnceStrategy

Jenis ini tidak memiliki kolom.

AllAtOnceStrategy menyebabkan semua cluster diupdate secara bersamaan.

RollingStrategy

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

Representasi JSON
{
  "maxConcurrent": integer
}
Kolom
maxConcurrent

integer

Opsional. Jumlah maksimum cluster untuk memperbarui paket resource secara bersamaan.