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
288 B
Plaintext
8 lines
288 B
Plaintext
{ availableReplicas : (Optional (Natural))
|
|
, conditions : (Optional (List ./io.k8s.api.extensions.v1beta1.ReplicaSetCondition.dhall))
|
|
, fullyLabeledReplicas : (Optional (Natural))
|
|
, observedGeneration : (Optional (Natural))
|
|
, readyReplicas : (Optional (Natural))
|
|
, replicas : (Natural)
|
|
}
|