ServiceMeshMeshConfigProxyArgs

data class ServiceMeshMeshConfigProxyArgs(val limitCpu: Output<String>? = null, val limitMemory: Output<String>? = null, val requestCpu: Output<String>? = null, val requestMemory: Output<String>? = null) : ConvertibleToJava<ServiceMeshMeshConfigProxyArgs>

Constructors

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

Functions

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

Properties

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