metac
metac copied to clipboard
It is metacontroller and more
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.7 to 2.2.8. Commits 53403b5 Optimize cases with long potential simple_keys (#555) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
The workflow test-release.yaml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...
This PR adds the check to perform 3-way merge only if datatype matches to observed state data types else error will be returned. **Bug Description**: merge func silently allows to...
**Question.** Metac is constantly updating child objects of each custom resource, disregarding resync interval. What could be done to stop it? With decent amount of CR objects it becomes very...
I propose to check for changes in merged child object without considering lastApplied annotation. It seems that it is not guaranteed to be exactly the same after child is observed.
**_ProblemStatement_**: As a controller developer, I would like to ignore all or specific api discovery related errors during binary startup. This helps in getting the controller get started with the...
**_ProblemStatement_**: As a Kubernetes controller developer, I want to set specific worker counts against controllers. Currently metac supports setting a common worker count for all controllers. This common tunable does...
**ProblemStatement**: There are kubernetes resources whose specs may consist of fields with type `[]map[string]interface{}`. This is commonly known as list map in Kubernetes world. The current `server side apply` logic...
**ProblemStatement**: When I want to use metac as a library, I want to feed metac's prometheus metrics to the metrics server that my application is supposed to expose. This is...
**ProblemStatement**: When metac is used as a library, cancellable contexts might have been created in consuming code. It will be good if these contexts can be passed to metac's startup...