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 c90cee8 commit d0ab020Copy full SHA for d0ab020
crates/stackable-operator/src/utils/cluster_domain.rs
@@ -43,7 +43,7 @@ pub enum Error {
43
/// ## Usage
44
///
45
/// ```no_run
46
-/// use stackable_operator::utils::KUBERNETES_CLUSTER_DOMAIN;
+/// use stackable_operator::utils::cluster_domain::KUBERNETES_CLUSTER_DOMAIN;
47
48
/// let kubernetes_cluster_domain = KUBERNETES_CLUSTER_DOMAIN.get()
49
/// .expect("KUBERNETES_CLUSTER_DOMAIN must first be set by calling initialize_operator");
0 commit comments