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
In most (all? nearly all?) cases, it's valid for one of the type-alias-string fields to be empty.
(by type-alias-string, i mean e.g. type PodConditionStatus string)
Make sure the conversion functions don't treat empty strings as a failure case.
Also, be sure to add test cases where fixes are made.
The text was updated successfully, but these errors were encountered:
In most (all? nearly all?) cases, it's valid for one of the type-alias-string fields to be empty.
(by type-alias-string, i mean e.g.
type PodConditionStatus string
)Make sure the conversion functions don't treat empty strings as a failure case.
Also, be sure to add test cases where fixes are made.
The text was updated successfully, but these errors were encountered: