Skip to content

Commit

Permalink
readyReplicas field on Status on Deployment V1 is misspelt (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarron authored and doriordan committed Aug 25, 2018
1 parent d6333b4 commit 35cb736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/scala/skuber/apps/v1/Deployment.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object Deployment {
implicit val depStatusFmt: Format[Status] = (
(JsPath \ "replicas").formatMaybeEmptyInt() and
(JsPath \ "updatedReplicas").formatMaybeEmptyInt() and
(JsPath \ "readydReplicas").formatMaybeEmptyInt() and
(JsPath \ "readyReplicas").formatMaybeEmptyInt() and
(JsPath \ "availableReplicas").formatMaybeEmptyInt() and
(JsPath \ "unavailableReplicas").formatMaybeEmptyInt() and
(JsPath \ "observedGeneration").formatMaybeEmptyInt() and
Expand Down

0 comments on commit 35cb736

Please sign in to comment.