Amit Kumar Das

Results 77 comments of Amit Kumar Das

@DirectXMan12 I wanted to propose MetaController for kubebuilder meeting. However, I am not sure of the meeting/doc link.

All. Just wanted to give an update w.r.t submitting a proposal to add metacontroller to KB community. I have been busy all these days and have not been able to...

Happy New Year Everyone. Some of us including @alaimo @piersharding @kmova have put together the initial draft proposal to maintain Metacontroller as a project in kubernetes-sigs. Here is the [link](https://docs.google.com/document/d/1npW1VGGf7g_NawFs9seWhKfYxODjtVxxL1n8_6Q0NJI/)...

FYI. I have tried to implement this as `GenericController` in a forked version of MetaController. This is a completely new meta controller on the lines of existing Composite & Decorator...

@luisdavim I have been using k8s.io/apimachinery's unstructured.Unstructured to send the desired response. So far I dont think I have encountered above issues. In fact I am avoiding use of k8s...

https://github.com/mayadata-io/cstorpoolauto cc @luisdavim Let me know if you need exact snippets

Thanks @mittachaitu . Lets see if a sample/example can be implemented at https://github.com/AmitKumarDas/metac/tree/master/examples

@mittachaitu Does this mean a migration from one CR to new CR & finally deleting the old CR?

@glasser looking at this usecase now. I must have missed the notifications. I would make use of GenericController to handle this usecase. GenericController tries to manage a watch _(in this...

There is a similar implementation in `Metac` by the name `GenericController`. References: - https://github.com/AmitKumarDas/metac/blob/master/apis/metacontroller/v1alpha1/types_generic.go - https://github.com/AmitKumarDas/metac/tree/master/examples/gctl