We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de25d4 commit 7301589Copy full SHA for 7301589
rust/operator-binary/src/crd/mod.rs
@@ -416,7 +416,7 @@ impl v1alpha1::SupersetConfig {
416
graceful_shutdown_timeout: Some(DEFAULT_NODE_GRACEFUL_SHUTDOWN_TIMEOUT),
417
row_limit: None,
418
webserver_timeout: None,
419
- listener_class: Some("cluster-internal".to_string()),
+ listener_class: Some("cluster-internal".to_owned()),
420
}
421
422
0 commit comments