metac
metac copied to clipboard
It is metacontroller and more
Take for example following structure used in dynamic/clientset/clientset.go file ```go type Clientset struct { config rest.Config discoveryManager *dynamicdiscovery.APIResourceDiscovery dynamicClient dynamic.Interface } ``` Above structure does not provide any solution for...
**_ProblemStatement_**: As a DevOps engineer, I want metac to display internal errors such as RBAC failure, discovery failure, & other runtime errors that happens during reconciliation against the custom resource...
**_ProblemStatement_**: `GenericController` serves the purpose of being used as a config file to define the watch & attachments required to implement the reconciliation logic for any CustomResource. However, for certain...
metac should have support for aarch64 (arm64)
glog is not maintained since 2016 , and e.g the kubernetes project itself migrated away They use klog now, seems like more or less a drop in replacement https://github.com/kubernetes/klog Should...
Unit Tests for framework code helps in ensuring the correctness of integration logic used to setup a test environment. This makes the actual Integration Test code more reliable.
**Problem Statement**: As a DevOps admin, I want GenericController to reconcile resources lazily. For example, I would want to reconcile a CRD & its CR at the same time using...
When clicking on various links inside `docs` github return `404` - they should be adjusted. Also README.md points to metacontroller which have been diverged from this project
_ProblemStatement:_ As a DevOps admin I run my controllers as a single binary that makes use of GenericController(s) loaded from metac config file. I want metac to load generic controllers...
As pointed out in https://github.com/AmitKumarDas/metac/pull/122#discussion_r403272269 I think that having common agreement on principles of writing examples would make it easier to use. Some initial though from my side : *...