Ivan Ka
Ivan Ka
**What would you like to be added**: In the file `.golangci.yml` enable `cyclop` linter ``` - cyclop # Checks function and package cyclomatic complexity. https://golangci-lint.run/usage/linters/#cyclop ``` **Why is this needed**:...
**What would you like to be added**: Current code coverage is ~76%, it would be beneficial to bump coverage to 90% or higher, this will simplify refactoring of certain features....
**What would you like to be added**: ## ✅ TL;DR **Use [`cobra`](https://github.com/spf13/cobra)** for building modern, extensible CLI applications — especially if you want long-term support, Kubernetes-style UX, and active community...
**Describe the bug** Similar behavior described on helm https://github.com/helm/helm/issues/2798. The helm is able to render correctly escaped configuration **To Reproduce** Steps to reproduce the behavior: values.yaml ``` extraArgs: - --fqdn-template={{...
Currently cache Indexer https://github.com/kubernetes/client-go/blob/212c32462b4ebbd9e33874d3ad062ffcc8a3352c/tools/cache/index.go#L35-L55 return `interface`. Would be quite handy to add support for Generics. Current approach ``` services, err := svcInformer.Informer().GetIndexer().ByIndex(informers.SpecSelectorIndex, labels.Set(selector).String()) for _, svc := range services {...
Providing users with a clear understanding of available metrics is currently a significant challenge. The only way to discover them is by running a service and scraping, which is not...
## What does it do ? This PR will change a default behaviour. At the moment DNS is created for all nodes, with this PR default behaviour is going to...
### Describe the feature Currently, AWS SDK configuration offers two HTTP client options: using the default BuildableClient or providing a custom http.Client. The latter, however, often lacks out-of-the-box support for...