LimitRangeSpecPatch

data class LimitRangeSpecPatch(val limits: List<LimitRangeItemPatch>? = null)

LimitRangeSpec defines a min/max usage limit for resources that match on kind.

Constructors

Link copied to clipboard
constructor(limits: List<LimitRangeItemPatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Limits is the list of LimitRangeItem objects that are enforced.