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
test(crd-generator): ensure Collection properties work like List in CRD generation
- Updated `ServiceSpec` to use `Collection` instead of `List` for `loadBalancerSourceRanges`.
- Modified getter and setter methods for `loadBalancerSourceRanges` to use `Collection`.
- Confirmed that CRD generation produces a field of type array when using `Collection`, ensuring compatibility and correct schema output.
Signed-off-by: Sun Seng David TAN <[email protected]>
0 commit comments