ServiceMeshMeshConfigOpaArgs

data class ServiceMeshMeshConfigOpaArgs(val enabled: Output<Boolean>? = null, val limitCpu: Output<String>? = null, val limitMemory: Output<String>? = null, val logLevel: Output<String>? = null, val requestCpu: Output<String>? = null, val requestMemory: Output<String>? = null) : ConvertibleToJava<ServiceMeshMeshConfigOpaArgs>

Constructors

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

Functions

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

Properties

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

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

Link copied to clipboard
val limitCpu: Output<String>? = null

The limit cpu of the Sidecar injector Pods.

Link copied to clipboard
val limitMemory: Output<String>? = null

Sidecar injector Pods on the throttle.

Link copied to clipboard
val logLevel: Output<String>? = null

The log level of the OPA proxy container .

Link copied to clipboard
val requestCpu: Output<String>? = null

The requested cpu the Sidecar injector Pods.

Link copied to clipboard
val requestMemory: Output<String>? = null

The requested memory the Sidecar injector Pods.