mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
{ currentHealthy : (Natural)
|
|
, desiredHealthy : (Natural)
|
|
, disruptedPods : (Optional ((List {mapKey : Text, mapValue : Text})))
|
|
, disruptionsAllowed : (Natural)
|
|
, expectedPods : (Natural)
|
|
, observedGeneration : (Optional (Natural))
|
|
}
|