KubernetesIPConfigurationResponse

data class KubernetesIPConfigurationResponse(val ipAddress: String? = null, val port: String)

Kubernetes node IP configuration

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null, port: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

IP address of the Kubernetes node.

Link copied to clipboard

Port of the Kubernetes node.