We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84e32 commit ab74813Copy full SHA for ab74813
client/src/test/scala/skuber/json/ServiceFormatSpec.scala
@@ -42,6 +42,8 @@ import Service._
42
service("mySvc",Spec(ports=List(Port(name="myPort",port=5654))))
43
val readSvc = Json.fromJson[Service](Json.toJson(mySvc)).get
44
mySvc mustEqual readSvc
45
+ val spec = readSvc.spec.get
46
+ spec.publishNotReadyAddresses mustEqual false
47
}
48
"this can be done for a Service with a more complex spec" >> {
49
val ports=List(Port(port=9081,targetPort=Some(8080)),
0 commit comments