KubernetesMasterNode

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

Constructors

Link copied to clipboard
fun KubernetesMasterNode(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

The id of a node.

Link copied to clipboard
val name: String? = null

The name of a node.

Link copied to clipboard
val privateIp: String? = null

The private ip of a node.