BareMetalNodePoolNodePoolConfigNodeConfigArgs

data class BareMetalNodePoolNodePoolConfigNodeConfigArgs(val labels: Output<Map<String, String>>? = null, val nodeIp: Output<String>? = null) : ConvertibleToJava<BareMetalNodePoolNodePoolConfigNodeConfigArgs>

Constructors

constructor(labels: Output<Map<String, String>>? = null, nodeIp: Output<String>? = null)

Properties

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see:

Link copied to clipboard
val nodeIp: Output<String>? = null

The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1

Functions

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