Skip to content

Commit e17ac67

Browse files
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 576aa9e commit e17ac67

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/crd

1 file changed

+1
-1
lines changed

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub mod versioned {
134134
pub resources: Resources<StorageConfig>,
135135

136136
/// This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the HTTP communication.
137-
#[serde(default = "default_listener_class")]
137+
#[fragment_attrs(serde(default))]
138138
pub listener_class: String,
139139
}
140140

0 commit comments

Comments
 (0)