Skip to content

Commit 9b550d6

Browse files
committed
Remove some leftovers
1 parent 42d4cbd commit 9b550d6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • rust/operator-binary/src/crd

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ pub struct MetaStoreConfig {
448448
/// Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
449449
#[fragment_attrs(serde(default))]
450450
pub graceful_shutdown_timeout: Option<Duration>,
451-
// This field controls which [ListenerClass](DOCS_BASE_URL_PLACEHOLDER/listener-operator/listenerclass.html) is used to expose the webserver.
452-
// #[serde(default)]
453-
// pub listener_class: String,
454451
}
455452

456453
impl MetaStoreConfig {

0 commit comments

Comments
 (0)