Skip to content

Commit

Permalink
Merge pull request #91 from embik/additional-exceptions
Browse files Browse the repository at this point in the history
🐛 Add more exceptions to namer
  • Loading branch information
kcp-ci-bot authored May 15, 2024
2 parents 184a8e7 + 57c922b commit b529ed3
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 b529ed3

Please sign in to comment.