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:
Lan Ding 2025-09-10 06:59:32 +08:00 committed by GitHub
parent 0bc2c6e699
commit 45b96cb3a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{ "name": "ResourceTypeFilter", "type": "int8", "versions": "0+", { "name": "ResourceTypeFilter", "type": "int8", "versions": "0+",
"about": "The resource type." }, "about": "The resource type." },
{ "name": "ResourceNameFilter", "type": "string", "versions": "0+", "nullableVersions": "0+", { "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, { "name": "PatternTypeFilter", "type": "int8", "versions": "1+", "default": "3", "ignorable": false,
"about": "The pattern type." }, "about": "The pattern type." },
{ "name": "PrincipalFilter", "type": "string", "versions": "0+", "nullableVersions": "0+", { "name": "PrincipalFilter", "type": "string", "versions": "0+", "nullableVersions": "0+",