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 b56b0cf commit 37eefedCopy full SHA for 37eefed
rust/operator-binary/src/main.rs
@@ -128,13 +128,10 @@ async fn main() -> anyhow::Result<()> {
128
)
129
.await?;
130
131
- let event_recorder = Arc::new(Recorder::new(
132
- client.as_kube_client(),
133
- Reporter {
134
- controller: FULL_HBASE_CONTROLLER_NAME.to_string(),
135
- instance: None,
136
- },
137
- ));
+ let event_recorder = Arc::new(Recorder::new(client.as_kube_client(), Reporter {
+ controller: FULL_HBASE_CONTROLLER_NAME.to_string(),
+ instance: None,
+ }));
138
139
let hbase_controller = Controller::new(
140
watch_namespace.get_api::<DeserializeGuard<v1alpha1::HbaseCluster>>(&client),
0 commit comments