GetServiceMeshesMeshEndpoint

data class GetServiceMeshesMeshEndpoint(val intranetApiServerEndpoint: String, val intranetPilotEndpoint: String, val publicApiServerEndpoint: String, val publicPilotEndpoint: String)

Constructors

Link copied to clipboard
constructor(intranetApiServerEndpoint: String, intranetPilotEndpoint: String, publicApiServerEndpoint: String, publicPilotEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The internal address of the API Server.

Link copied to clipboard

The internal address of the Istio Pilot.

Link copied to clipboard

The public address of the API Server.

Link copied to clipboard

The public address of the Istio Pilot.