/dhall-nodepool/Nodepool/Static/Pool/Type.dhall
Copy path to clipboardSource
{ max-servers : Optional Natural
, name : Text
, node-attributes : Optional (List { mapKey : Text, mapValue : Text })
, nodes : List ./Node/Type.dhall
}
{ max-servers : Optional Natural
, name : Text
, node-attributes : Optional (List { mapKey : Text, mapValue : Text })
, nodes : List ./Node/Type.dhall
}