Rui Oliveira
Rui Oliveira
Hi, When I have something like this: > case class Test(quantity:Int, quantityOpt:Option[Int]) The swagger model will have this properties: ```` properties: quantity: type: integer format: int32 quantityOpt: type: object ````...
Hello! The [pod list api in kubernetes](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#http-request-5) has multiple attributes like "limit", "contiinue" and "fieldSelector". [In the list method](https://github.com/joan38/kubernetes-client/blob/54b5c75de9076b7e3f147edbff744650ab27220d/kubernetes-client/src/com/goyeau/kubernetes/client/operation/Listable.scala#L21) I only see the labelSelector attribute. It is possible currently to...
On the example **multi-module-build**, we are using the _'sbt universal:packageBin'_ on the root project. Can you make a example of building each module separately (create 3 zip, one for each...
Hi, Currently we are integrating the Couchbase Mock with couchbase client SDK 2.5.9. - Our first issue was the same as described on this issue: https://github.com/couchbase/CouchbaseMock/issues/11 The client was having...
Hi, currently i'm updating from the 0.5 version the version 1. Was a very good idea to give direct access to the couchbase with the underlyingBucket :+1: Since the `unlock`...