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 816b9ef commit c90cee8Copy full SHA for c90cee8
crates/stackable-operator/src/utils/mod.rs
@@ -26,5 +26,3 @@ pub use self::{option::OptionExt, url::UrlExt};
26
pub(crate) fn format_full_controller_name(operator: &str, controller: &str) -> String {
27
format!("{operator}_{controller}")
28
}
29
-
30
-pub use self::cluster_domain::KUBERNETES_CLUSTER_DOMAIN;
0 commit comments