Control Plane Profile Response
data class ControlPlaneProfileResponse(val availabilityZones: List<String>? = null, val cloudProviderProfile: CloudProviderProfileResponse? = null, val controlPlaneEndpoint: ControlPlaneEndpointProfileResponseControlPlaneEndpoint? = null, val count: Int? = null, val linuxProfile: LinuxProfilePropertiesResponse? = null, val maxCount: Int? = null, val maxPods: Int? = null, val minCount: Int? = null, val mode: String? = null, val name: String? = null, val nodeImageVersion: String? = null, val nodeLabels: Map<String, String>? = null, val nodeTaints: List<String>? = null, val osType: String? = null, val vmSize: String? = null)
ControlPlaneProfile - The control plane properties for the provisioned cluster.
Constructors
Link copied to clipboard
fun ControlPlaneProfileResponse(availabilityZones: List<String>? = null, cloudProviderProfile: CloudProviderProfileResponse? = null, controlPlaneEndpoint: ControlPlaneEndpointProfileResponseControlPlaneEndpoint? = null, count: Int? = null, linuxProfile: LinuxProfilePropertiesResponse? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, mode: String? = null, name: String? = null, nodeImageVersion: String? = null, nodeLabels: Map<String, String>? = null, nodeTaints: List<String>? = null, osType: String? = null, vmSize: String? = null)