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
[DEVELOPER][FEATURE] The pkg/controller package now has a constant K8sMaxNameLength that holds the maximum length for k8s resource names. This is useful in combination with the package's ShortenToXCharacters function.
[DEVELOPER][FEATURE] In addition to the pkg/controller package's ShortenToXCharacters function, there is now also a ShortenToXCharactersUnsafe function which panics instead of returning an error if something goes wrong.
add func to shorten strings, deprecate old hash funcs #145
[DEVELOPER][FEATURE] feat: add func to shorten strings
chore: deprecate old hash funcs