ClusterNodePoolUpgradeSettingsBlueGreenSettings

Constructors

constructor(nodePoolSoakDuration: String? = null, standardRolloutPolicy: ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time needed after draining entire blue pool. After this period, blue pool will be cleaned up. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

Link copied to clipboard

Standard policy for the blue-green upgrade. To be specified when strategy is set to BLUE_GREEN. Structure is documented below.