metac icon indicating copy to clipboard operation
metac copied to clipboard

It is metacontroller and more

Results 50 metac issues
Sort by recently updated
recently updated
newest added

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...

unit test

**_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...

metrics
debug
error handling

**_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...

enhancement
design
gctl
config

metac should have support for aarch64 (arm64)

enhancement
help wanted
good first issue
build
golang
image
arm

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...

enhancement
help wanted
good first issue
golang

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.

help wanted
good first issue
integration test
unit test

**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...

enhancement
api
gctl

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

doc
help wanted
good first issue

_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...

enhancement
gctl
config

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 : *...