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