GetServiceMeshesMeshMeshConfigOpa

data class GetServiceMeshesMeshMeshConfigOpa(val enabled: Boolean, val limitCpu: String, val limitMemory: String, val logLevel: String, val requestCpu: String, val requestMemory: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, limitCpu: String, limitMemory: String, logLevel: String, requestCpu: String, requestMemory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable CNI.

Link copied to clipboard

Sidecar injector Pods on the throttle.

Link copied to clipboard

The memory limit of the Sidecar injector Pods.

Link copied to clipboard

The log level of the OPA proxy container .

Link copied to clipboard

The requested cpu the Sidecar injector Pods.

Link copied to clipboard

The requested memory the Sidecar injector Pods.