APIServerProfileResponse

data class APIServerProfileResponse(val ip: String, val url: String, val visibility: String? = null)

APIServerProfile represents an API server profile.

Constructors

Link copied to clipboard
constructor(ip: String, url: String, visibility: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String

The IP of the cluster API server.

Link copied to clipboard
val url: String

The URL to access the cluster API server.

Link copied to clipboard
val visibility: String? = null

API server visibility.