ServiceMeshMeshConfig

data class ServiceMeshMeshConfig(val accessLog: ServiceMeshMeshConfigAccessLog? = null, val audit: ServiceMeshMeshConfigAudit? = null, val controlPlaneLog: ServiceMeshMeshConfigControlPlaneLog? = null, val customizedZipkin: Boolean? = null, val enableLocalityLb: Boolean? = null, val kiali: ServiceMeshMeshConfigKiali? = null, val opa: ServiceMeshMeshConfigOpa? = null, val outboundTrafficPolicy: String? = null, val pilot: ServiceMeshMeshConfigPilot? = null, val proxy: ServiceMeshMeshConfigProxy? = null, val sidecarInjector: ServiceMeshMeshConfigSidecarInjector? = null, val telemetry: Boolean? = null, val tracing: Boolean? = null)

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfig(accessLog: ServiceMeshMeshConfigAccessLog? = null, audit: ServiceMeshMeshConfigAudit? = null, controlPlaneLog: ServiceMeshMeshConfigControlPlaneLog? = null, customizedZipkin: Boolean? = null, enableLocalityLb: Boolean? = null, kiali: ServiceMeshMeshConfigKiali? = null, opa: ServiceMeshMeshConfigOpa? = null, outboundTrafficPolicy: String? = null, pilot: ServiceMeshMeshConfigPilot? = null, proxy: ServiceMeshMeshConfigProxy? = null, sidecarInjector: ServiceMeshMeshConfigSidecarInjector? = null, telemetry: Boolean? = null, tracing: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of the access logging. See access_log below.

Link copied to clipboard

The configuration of the audit. See audit below.

Link copied to clipboard

The configuration of the control plane logging. See control_plane_log below.

Link copied to clipboard

Whether to enable the use of a custom zipkin.

Link copied to clipboard

The enable locality lb.

Link copied to clipboard

The configuration of the Kiali. See kiali below.

Link copied to clipboard

The open-door policy of agent (OPA) plug-in information. See opa below.

Link copied to clipboard

The policy of the Out to the traffic. Valid values: ALLOW_ANY and REGISTRY_ONLY.

Link copied to clipboard

The configuration of the Link trace sampling. See pilot below.

Link copied to clipboard

The configuration of the Proxy. See proxy below.

Link copied to clipboard

The configuration of the Sidecar injector. See sidecar_injector below.

Link copied to clipboard
val telemetry: Boolean? = null

Whether to enable acquisition Prometheus metrics it is recommended that you use Alibaba Cloud Prometheus monitoring.

Link copied to clipboard
val tracing: Boolean? = null

Whether to enable link trace you need to have Alibaba Cloud link tracking service.