We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kyverno/kyverno#1772 implements two new things:
The text was updated successfully, but these errors were encountered:
List of new functions:
compare(a string, b string) equal_fold(a string, b string) replace(str string, old string, new string, n number) replace_all(str string, old string, new string) to_upper(str string) to_lower(str string) trim(str string, cutset string) split(str string, separator string) regex_replace_all(regex string, str string/number, new string/number) regex_replace_all_literal(regex string, str string/number, new string/number) regex_match(regex string, str string/number)
Sorry, something went wrong.
I have updated function list (removed equals because it has same behavior as == in JMESPath)
equals
==
@realshuting is this slated for 1.3.6? Please confirm.
Yes.
Successfully merging a pull request may close this issue.
kyverno/kyverno#1772 implements two new things:
The text was updated successfully, but these errors were encountered: