All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.containerservice.kotlin.outputs.KubernetesClusterNodePoolUpgradeSettings.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.containerservice.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property maxSurge The maximum number or percentage of nodes which will be added to the Node Pool size during an upgrade.
 */
public data class KubernetesClusterNodePoolUpgradeSettings(
    public val maxSurge: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.containerservice.outputs.KubernetesClusterNodePoolUpgradeSettings):
            KubernetesClusterNodePoolUpgradeSettings = KubernetesClusterNodePoolUpgradeSettings(
            maxSurge = javaType.maxSurge(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy