mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
6acb5b3e18
Switch Integer to Natural
10 lines
456 B
Plaintext
10 lines
456 B
Plaintext
{ podManagementPolicy : (Optional (Text))
|
|
, replicas : (Optional (Natural))
|
|
, revisionHistoryLimit : (Optional (Natural))
|
|
, selector : (./io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector.dhall)
|
|
, serviceName : (Text)
|
|
, template : (./io.k8s.api.core.v1.PodTemplateSpec.dhall)
|
|
, updateStrategy : (Optional (./io.k8s.api.apps.v1.StatefulSetUpdateStrategy.dhall))
|
|
, volumeClaimTemplates : (Optional (List ./io.k8s.api.core.v1.PersistentVolumeClaim.dhall))
|
|
}
|