You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed listType annotations for API Priority and Fairness
We were occasionally seeing
```
[SHOULD NOT HAPPEN] failed to create typed new object: .spec.rules: element 0: associative list without keys has an element that's a map type
```
So I changed all the listType annotations to `atomic` except when the
element type is a scalar, which is the only case supported right now.
0 commit comments