Resource Limit Response
data class ResourceLimitResponse(val maximum: String, val minimum: String, val resourceType: String)
Contains information about amount of some resource in the cluster. For memory, value should be in GB.
Contains information about amount of some resource in the cluster. For memory, value should be in GB.