ServiceMeshMeshConfigProxy

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

Constructors

Link copied to clipboard
constructor(clusterDomain: String? = null, 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 clusterDomain: String? = null

Cluster domain name

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