Get Cluster Cluster Autoscaling Auto Provisioning Default Management
data class GetClusterClusterAutoscalingAutoProvisioningDefaultManagement(val autoRepair: Boolean, val autoUpgrade: Boolean, val upgradeOptions: List<GetClusterClusterAutoscalingAutoProvisioningDefaultManagementUpgradeOption>)
Constructors
Link copied to clipboard
constructor(autoRepair: Boolean, autoUpgrade: Boolean, upgradeOptions: List<GetClusterClusterAutoscalingAutoProvisioningDefaultManagementUpgradeOption>)
Properties
Link copied to clipboard
Specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
Link copied to clipboard
Specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
Link copied to clipboard
val upgradeOptions: List<GetClusterClusterAutoscalingAutoProvisioningDefaultManagementUpgradeOption>
Specifies the Auto Upgrade knobs for the node pool.