NodeInfoResponse

data class NodeInfoResponse(val ipConfiguration: List<KubernetesIPConfigurationResponse>? = null, val name: String, val type: String)

Kubernetes node info

Constructors

Link copied to clipboard
constructor(ipConfiguration: List<KubernetesIPConfigurationResponse>? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP Configuration of the Kubernetes node.

Link copied to clipboard

Node name.

Link copied to clipboard

Node type - Master/Worker