Skip to content

Commit

Permalink
Add more exceptions to namer
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik committed May 15, 2024
1 parent 184a8e7 commit 57c922b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/parser/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ func NewKind(kind string, namespaced bool, supportedVerbs sets.Set[string], exte
namer: namer.Namer{
Finalize: util.UpperFirst,
Exceptions: map[string]string{
"Endpoints": "Endpoints",
"Endpoints": "Endpoints",
"ResourceClaimParameters": "ResourceClaimParameters",
"ResourceClassParameters": "ResourceClassParameters",
},
},
}
Expand Down

0 comments on commit 57c922b

Please sign in to comment.