ServiceMeshMeshConfigOpa

data class ServiceMeshMeshConfigOpa(val enabled: Boolean? = null, val limitCpu: String? = null, val limitMemory: String? = null, val logLevel: String? = null, val requestCpu: String? = null, val requestMemory: String? = null)

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfigOpa(enabled: Boolean? = null, limitCpu: String? = null, limitMemory: String? = null, logLevel: String? = null, requestCpu: String? = null, requestMemory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable of the access logging. Valid values: true and false.

Link copied to clipboard
val limitCpu: String? = null

The limit cpu of the Sidecar injector Pods.

Link copied to clipboard
val limitMemory: String? = null

Sidecar injector Pods on the throttle.

Link copied to clipboard
val logLevel: String? = null

The log level of the OPA proxy container .

Link copied to clipboard
val requestCpu: String? = null

The requested cpu the Sidecar injector Pods.

Link copied to clipboard
val requestMemory: String? = null

The requested memory the Sidecar injector Pods.