mirror of https://github.com/apache/kafka.git
MINOR: add the explanation of `null` for DeleteAclsRequest#ResourceNameFilter (#20502)
Add the explanation of `null` for DeleteAclsRequest#ResourceNameFilter Reviewers: Ken Huang <s7133700@gmail.com>, TengYao Chi <kitingiao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
0bc2c6e699
commit
45b96cb3a7
|
@ -30,7 +30,7 @@
|
|||
{ "name": "ResourceTypeFilter", "type": "int8", "versions": "0+",
|
||||
"about": "The resource type." },
|
||||
{ "name": "ResourceNameFilter", "type": "string", "versions": "0+", "nullableVersions": "0+",
|
||||
"about": "The resource name." },
|
||||
"about": "The resource name, or null to match any resource name." },
|
||||
{ "name": "PatternTypeFilter", "type": "int8", "versions": "1+", "default": "3", "ignorable": false,
|
||||
"about": "The pattern type." },
|
||||
{ "name": "PrincipalFilter", "type": "string", "versions": "0+", "nullableVersions": "0+",
|
||||
|
|
Loading…
Reference in New Issue