ServiceMeshProfileResponse

data class ServiceMeshProfileResponse(val istio: IstioServiceMeshResponse? = null, val mode: String)

Service mesh profile for a managed cluster.

Constructors

Link copied to clipboard
constructor(istio: IstioServiceMeshResponse? = null, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Istio service mesh configuration.

Link copied to clipboard

Mode of the service mesh.