Skip to content

Commit 277c2b1

Browse files
committed
chore(stackable-operator): Add required Default derive to ListenerStatus
1 parent 0f8ed66 commit 277c2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/crd/listener/listeners

crates/stackable-operator/src/crd/listener/listeners/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub mod versioned {
112112
}
113113

114114
/// Informs users about how to reach the Listener.
115-
#[derive(Serialize, Deserialize, Clone, Debug, JsonSchema, PartialEq, Eq)]
115+
#[derive(Serialize, Deserialize, Clone, Debug, Default, JsonSchema, PartialEq, Eq)]
116116
#[serde(rename_all = "camelCase")]
117117
pub struct ListenerStatus {
118118
/// The backing Kubernetes Service.

0 commit comments

Comments
 (0)