ServiceMeshMeshConfigProxyArgs

data class ServiceMeshMeshConfigProxyArgs(val clusterDomain: Output<String>? = null, 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(clusterDomain: Output<String>? = null, 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 clusterDomain: Output<String>? = null

Trust cluster domain.

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

Sidecar injector Pods on the throttle.

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

Sidecar injector Pods on the throttle.

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

Sidecar injector Pods on the requested resource.

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

Sidecar injector Pods on the requested resource.