Illya Chekrygin
Illya Chekrygin
@hjacobs "a)" is basically a counter + check/wait attempt. Currently, the autoscaler performs check every T seconds. If it detects that "scale-down" is needed, it can skip "scale-down" trigger after...
NP, are you running against master branch for `github.com:kubernetes/api`
Hi, sorry for the late comment. It appears https://github.com/timonwong/logrlint is "archived." I learned about this via trying to report an issue with `logrlint` not supporting (or not working corectly) with...
A follow-up (related) question - should `golangci-lint` use (support) linters from the "archived" GitHub repos?
With generics support, it could be something as simple as: [NOT A CONTRIBUTION] 😮💨 ```golang type CustomMatcher[T any] struct { value T } func (c *CustomMatcher[T]) Matches(value interface{}) bool {...
A couple of observations about `comparePodTemplate`: * It currently focuses on only three attributes: * `Tolerations` (excluded from comparison) * `Containers` and `InitContainers` (compared for equality) Is that the intended...
@mimowo, thank you for the detailed and insightful feedback. I reviewed, remedied, and/or replies to all your comments. PTAL when you get a moment.