/dhall-kubernetes-1.19-v5.0.0/types/io.k8s.api.core.v1.LimitRangeItem.dhall

Copy path to clipboard

Source

{ type : Text
, default : Optional (List { mapKey : Text, mapValue : Text })
, defaultRequest : Optional (List { mapKey : Text, mapValue : Text })
, max : Optional (List { mapKey : Text, mapValue : Text })
, maxLimitRequestRatio : Optional (List { mapKey : Text, mapValue : Text })
, min : Optional (List { mapKey : Text, mapValue : Text })
}