ServiceMeshExtraConfigurationArgs

data class ServiceMeshExtraConfigurationArgs(val crAggregationEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceMeshExtraConfigurationArgs>

Constructors

Link copied to clipboard
fun ServiceMeshExtraConfigurationArgs(crAggregationEnabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServiceMeshExtraConfigurationArgs

Properties

Link copied to clipboard
val crAggregationEnabled: Output<Boolean>? = null

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.