mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-05 02:26:39 +03:00
6acb5b3e18
Switch Integer to Natural
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
{ currentHealthy : (Natural)
|
|
, desiredHealthy : (Natural)
|
|
, disruptedPods : ((List {mapKey : Text, mapValue : Text}))
|
|
, disruptionsAllowed : (Natural)
|
|
, expectedPods : (Natural)
|
|
, observedGeneration : (Optional (Natural))
|
|
}
|