Node Info Response
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)