Deepu K Sasidharan

Results 224 comments of Deepu K Sasidharan

From my initial look around it doesnt seem like Go client does anything special for this. I might have missed something. Could this be a Hyper issue?

Btw for context. I'm building a Kubernetes terminal dashboard and was trying to use this. Btw if any of you are interested, please consider contributing. I'm quite new to rust...

> It's also possible that we can simplify how we implement `Resource` so that you can use `Api` as long as we can `impl Resource for MyMetricType where DynamicType =...

I ended up doing the below for Node metrics ```rust #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Usage { pub cpu: String, pub memory: String, } #[derive(Debug, Clone, Serialize, Deserialize)] pub...

May be we can just document the solution from @theduke and close the ticket

Ya documentation sounds like a good solution as the current solutions mentioned here are good enough On Mon, 21 Jun 2021, 8:24 pm Eirik A, ***@***.***> wrote: > Yeah, I...

Thaks for the report. I think I need to check permission and fail gracefully in this case

Thanks for reporting. I would appreciate if you could do a PR to fix it as I'm bit tight on time now

@durai89 do you need any help?

@durai89 could you plz let me know if you are working on this? else i can take it up