Norbert Cyran

Results 6 issues of 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 %...

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

cncf-cla: yes
area/cluster-autoscaler
size/XL
kind/feature
release-note
ok-to-test

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

area/cluster-autoscaler
kind/feature

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

cncf-cla: yes
area/cluster-autoscaler
size/XL
do-not-merge/work-in-progress
release-note-none
needs-ok-to-test
kind/feature

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

help wanted