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
We compare if a tag key is system reserved by strings.EqualFold. If the number of system reserved tag keys are huge, SystemTags will be long. For enhancement, we should support comparison with full string and substring at a time, to reduce the length of SystemTags.
Why is this needed:
To reduce the length of SystemTags.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
We compare if a tag key is system reserved by strings.EqualFold. If the number of system reserved tag keys are huge, SystemTags will be long. For enhancement, we should support comparison with full string and substring at a time, to reduce the length of SystemTags.
Why is this needed:
To reduce the length of SystemTags.
The text was updated successfully, but these errors were encountered: