ServiceMeshMeshConfigProxy

data class ServiceMeshMeshConfigProxy(val limitCpu: String? = null, val limitMemory: String? = null, val requestCpu: String? = null, val requestMemory: String? = null)

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfigProxy(limitCpu: String? = null, limitMemory: String? = null, requestCpu: String? = null, requestMemory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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 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.