Norbert Cyran
Norbert Cyran
# Problem Summary If any column width is evaluated to float, `RangeError` will be thrown on that line: ```javascript let emptySpace = columnWidth - lineLength const padRemainder = emptySpace %...
Suggested fix for #94
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Integrated CapacityQuota CRD with the new resource quotas system. With `--capacity-quotas-enabled`...
Granular resource limits proposal: https://github.com/kubernetes/autoscaler/pull/8702 ### Sub-tasks - [ ] Support multiple resource limits in Cluster Autoscaler - [x] Implement `resourcequotas` package containing logic for handling resource limits (https://github.com/kubernetes/autoscaler/pull/8662) -...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: PR is a POC of e2e test suite running on kind...
With types like these: ```go type MapAlias map[string]string // any map would work type Foo struct { Bar *MapAlias } ``` `DeepCopyInto` for `Foo` is generated with a type error:...