Skip to content

Commit 33d0471

Browse files
committed
Explicitly pluralize PodListeners as podlisteners
1 parent b537300 commit 33d0471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commons/listener.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ pub enum AddressType {
161161
group = "listeners.stackable.tech",
162162
version = "v1alpha1",
163163
kind = "PodListeners",
164-
namespaced
164+
namespaced,
165+
plural = "podlisteners"
165166
)]
166167
#[serde(rename_all = "camelCase")]
167168
pub struct PodListenersSpec {

0 commit comments

Comments
 (0)