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 invalid object names generated for long package names (#4471)
* Fixed invalid object names generated for long package names
* TrimDNS1123Label would trim strings but end up creating invalid DNS1123
strings.
* FormatOperatorNameDNS1123 would return strings that were invalid if
they begin or end with non-alphanumeric or hyphens.
* Handle capitals and use more efficient trim mechanism
* React to new expectation.
Fixes#4470
Signed-off-by: jesus m. rodriguez <[email protected]>
0 commit comments