Service Mesh Mesh Config Proxy
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)