We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c101ce commit fd3b5ccCopy full SHA for fd3b5cc
src/LibKubernetesGenerator/PluralHelper.cs
@@ -11,11 +11,12 @@ internal class PluralHelper : IScriptObjectHelper
11
{
12
private readonly Dictionary<string, string> _classNameToPluralMap;
13
private readonly ClassNameHelper classNameHelper;
14
- private readonly HashSet<string> opblackList = new HashSet<string>()
15
- {
+ private readonly HashSet<string> opblackList =
+ [
16
"listClusterCustomObject",
17
"listNamespacedCustomObject",
18
- };
+ "listCustomObjectForAllNamespaces",
19
+ ];
20
21
public PluralHelper(ClassNameHelper classNameHelper, OpenApiDocument swagger)
22
0 commit comments