KubernetesWorkerNode

data class KubernetesWorkerNode(val id: String? = null, val name: String? = null, val privateIp: String? = null)

Constructors

Link copied to clipboard
fun KubernetesWorkerNode(id: String? = null, name: String? = null, privateIp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

ID of the node.

Link copied to clipboard
val name: String? = null

Node name.

Link copied to clipboard
val privateIp: String? = null

The private IP address of node.