/dhall-kubernetes-1.13-v4.0.0/types/io.k8s.api.core.v1.LimitRangeItem.dhall

Copy path to clipboard

Source

{ 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 })
, type : Optional Text
}