Mooli Tayer

Results 16 comments of Mooli Tayer

@agrare @ladas FYI the pod watch in ManageIQ will probably encounter this issue and restart the collection worker(which sounds asymptomatic)

I think if we agree on this fix, we will have to do it in kubeclient anyway, because getting it into rest-client stable version will take time. I think we...

[RecursiveOpenStruct](https://github.com/aetherknight/recursive-open-struct) symbolizes keys for us: "Also, by default it will turn all hash keys into symbols internally:" ``` pod = { 'metadata' => ... client.create_pod(pod) # will not work client.create_pod(Kubeclient::Pod.new(pod))...

@motymichaely I'm good with a Readme change. I think the best we can do is to consistently advocate the usage of the generic Kubeclient::resource class post #185 throughout the Readme...

@motymichaely interested in submitting a pr as per the above [comment](https://github.com/abonas/kubeclient/issues/187#issuecomment-247860068) ?

Hi @jinzhu, I think I'm seeing the same issue, It worked fine with: ``` gorm.io/driver/postgres v1.2.3 gorm.io/gorm v1.22.5 ``` And no longer worked with ``` gorm.io/driver/postgres v1.3.10 gorm.io/gorm v1.23.7 ```...