Skip to content

Commit

Permalink
Explicitly pluralize PodListeners as podlisteners
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Sep 7, 2023
1 parent b537300 commit 33d0471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commons/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ pub enum AddressType {
group = "listeners.stackable.tech",
version = "v1alpha1",
kind = "PodListeners",
namespaced
namespaced,
plural = "podlisteners"
)]
#[serde(rename_all = "camelCase")]
pub struct PodListenersSpec {
Expand Down

0 comments on commit 33d0471

Please sign in to comment.