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 e156914 commit 8cbc8f7Copy full SHA for 8cbc8f7
rust/operator-binary/src/hbase_controller.rs
@@ -1,4 +1,6 @@
1
-//! Ensures that `Pod`s are configured and running for each [`HbaseCluster`]
+//! Ensures that `Pod`s are configured and running for each [`HbaseCluster`][v1alpha1]
2
+//!
3
+//! [v1alpha1]: crate::crd::v1alpha1::HbaseCluster
4
use std::{
5
collections::{BTreeMap, HashMap},
6
fmt::Write,
0 commit comments