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
Hello, there. There's a bug when importing CRDS with conditional values.
Should be actually as bellow or similar, but at the moment there's no condition to check that value is defined..
schema NetworkingIstioIoV1VirtualServiceSpecHTTPItems0:
mirrorPercent?: int
mirror_percent?: int
check:
mirrorPercent <= 4.294967295e+09 if mirrorPercent is not Undefined
mirrorPercent >= 0 if mirrorPercent is not Undefined
mirror_percent <= 4.294967295e+09 if mirror_percent is not Undefined
mirror_percent >= 0 if mirror_percent is not Undefined
0.9.1beta1
The text was updated successfully, but these errors were encountered:
Peefy
added
bug
Something isn't working
tool
Issues or PRs related to kcl tools inlucding format, lint, validation, document tools, etc.
labels
Jun 20, 2024
Hello, there. There's a bug when importing CRDS with conditional values.
Should be actually as bellow or similar, but at the moment there's no condition to check that value is defined..
0.9.1beta1
The text was updated successfully, but these errors were encountered: