Skip to content

Commit 7ca2f5d

Browse files
committed
Add rust docs
1 parent 6fd8779 commit 7ca2f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/stackable-operator/src/utils/cluster_info.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ use crate::commons::networking::DomainName;
44

55
const KUBERNETES_CLUSTER_DOMAIN_DEFAULT: &str = "cluster.local";
66

7+
/// Some information that we know about the Kubernetes cluster.
78
#[derive(Debug, Clone)]
89
pub struct KubernetesClusterInfo {
10+
/// The Kubernetes cluster domain, typically `cluster.local`.
911
pub cluster_domain: DomainName,
1012
}
1113

0 commit comments

Comments
 (0)