ServiceMeshExtraConfiguration

data class ServiceMeshExtraConfiguration(val crAggregationEnabled: Boolean? = null)

Constructors

Link copied to clipboard
fun ServiceMeshExtraConfiguration(crAggregationEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the data plane KubeAPI access capability is enabled. Indicates whether the Kubernetes API of clusters on the data plane is used to access Istio resources. A value of true indicates that the Kubernetes API is used.