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 6fd8779 commit 7ca2f5dCopy full SHA for 7ca2f5d
crates/stackable-operator/src/utils/cluster_info.rs
@@ -4,8 +4,10 @@ use crate::commons::networking::DomainName;
4
5
const KUBERNETES_CLUSTER_DOMAIN_DEFAULT: &str = "cluster.local";
6
7
+/// Some information that we know about the Kubernetes cluster.
8
#[derive(Debug, Clone)]
9
pub struct KubernetesClusterInfo {
10
+ /// The Kubernetes cluster domain, typically `cluster.local`.
11
pub cluster_domain: DomainName,
12
}
13
0 commit comments