FeatureSpecClusterupgradeArgs

data class FeatureSpecClusterupgradeArgs(val gkeUpgradeOverrides: Output<List<FeatureSpecClusterupgradeGkeUpgradeOverrideArgs>>? = null, val postConditions: Output<FeatureSpecClusterupgradePostConditionsArgs>? = null, val upstreamFleets: Output<List<String>>) : ConvertibleToJava<FeatureSpecClusterupgradeArgs>

Constructors

Link copied to clipboard
constructor(gkeUpgradeOverrides: Output<List<FeatureSpecClusterupgradeGkeUpgradeOverrideArgs>>? = null, postConditions: Output<FeatureSpecClusterupgradePostConditionsArgs>? = null, upstreamFleets: Output<List<String>>)

Properties

Link copied to clipboard

Configuration overrides for individual upgrades. Structure is documented below.

Link copied to clipboard

Post conditions to override for the specified upgrade. Structure is documented below.

Link copied to clipboard
val upstreamFleets: Output<List<String>>

Specified if other fleet should be considered as a source of upgrades. Currently, at most one upstream fleet is allowed. The fleet name should be either fleet project number or id.

Functions

Link copied to clipboard
open override fun toJava(): FeatureSpecClusterupgradeArgs