このページの一部またはすべての情報は、S3NS の Cloud de Confiance に適用されない場合があります。詳細については、
Google Cloud との違いをご確認ください。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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
省略可。リソース バンドルを同時に更新する最大クラスタ数。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-05-21 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-05-21 UTC。"],[],[]]