mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
rebase: update kubernetes to latest
updating the kubernetes release to the latest in main go.mod Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
63c4c05b35
commit
5a66991bb3
14
vendor/github.com/google/cel-go/ext/README.md
generated
vendored
14
vendor/github.com/google/cel-go/ext/README.md
generated
vendored
@ -414,3 +414,17 @@ Examples:
|
||||
|
||||
'TacoCat'.upperAscii() // returns 'TACOCAT'
|
||||
'TacoCÆt Xii'.upperAscii() // returns 'TACOCÆT XII'
|
||||
|
||||
### Reverse
|
||||
|
||||
Returns a new string whose characters are the same as the target string, only formatted in
|
||||
reverse order.
|
||||
This function relies on converting strings to rune arrays in order to reverse.
|
||||
It can be located in Version 3 of strings.
|
||||
|
||||
<string>.reverse() -> <string>
|
||||
|
||||
Examples:
|
||||
|
||||
'gums'.reverse() // returns 'smug'
|
||||
'John Smith'.reverse() // returns 'htimS nhoJ'
|
Reference in New Issue
Block a user