Mooli Tayer

Results 15 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) ?