Bare Metal Node Pool Config Response
data class BareMetalNodePoolConfigResponse(val kubeletConfig: BareMetalKubeletConfigResponse, val labels: Map<String, String>, val nodeConfigs: List<BareMetalNodeConfigResponse>, val operatingSystem: String, val taints: List<NodeTaintResponse>)
BareMetalNodePoolConfig describes the configuration of all nodes within a given bare metal node pool.
Constructors
Link copied to clipboard
fun BareMetalNodePoolConfigResponse(kubeletConfig: BareMetalKubeletConfigResponse, labels: Map<String, String>, nodeConfigs: List<BareMetalNodeConfigResponse>, operatingSystem: String, taints: List<NodeTaintResponse>)