Interface protos.google.container.v1beta1.NodePool.IUpgradeSettings (5.10.0)

Properties of an UpgradeSettings.

Package

@google-cloud/container

Properties

blueGreenSettings

blueGreenSettings?: (google.container.v1beta1.IBlueGreenSettings|null);

UpgradeSettings blueGreenSettings

maxSurge

maxSurge?: (number|null);

UpgradeSettings maxSurge

maxUnavailable

maxUnavailable?: (number|null);

UpgradeSettings maxUnavailable

strategy

strategy?: (google.container.v1beta1.NodePoolUpdateStrategy|keyof typeof google.container.v1beta1.NodePoolUpdateStrategy|null);

UpgradeSettings strategy