/dhall-kubernetes-1.14-v3.0.0/types/io.k8s.api.core.v1.LimitRangeItem.dhall

Copy path to clipboard

Source

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