mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
6acb5b3e18
Switch Integer to Natural
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
\(_params : {JSONPath : (Text), name : (Text), type : (Text)}) ->
|
|
{ JSONPath = _params.JSONPath
|
|
, description = ([] : Optional (Text))
|
|
, format = ([] : Optional (Text))
|
|
, name = _params.name
|
|
, priority = ([] : Optional (Natural))
|
|
, type = _params.type
|
|
} : ../types/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition.dhall
|