/dhall-nodepool/Nodepool/Static/Pool/Type.dhall

Copy path to clipboard

Source

{ max-servers : Optional Natural
, name : Text
, node-attributes : Optional (List { mapKey : Text, mapValue : Text })
, nodes : List ./Node/Type.dhall
}