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
constructor(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

Enable CNI

Link copied to clipboard
val limitCpu: String? = null

Sidecar injector Pods on the throttle

Link copied to clipboard
val limitMemory: String? = null

Sidecar injector Pods on the throttle

Link copied to clipboard
val logLevel: String? = null

OPA proxy container log level

Link copied to clipboard
val requestCpu: String? = null

Sidecar injector Pods on the requested resource

Link copied to clipboard
val requestMemory: String? = null

Sidecar injector Pods on the requested resource