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 016c2c3 commit 09377a5Copy full SHA for 09377a5
1 file changed
rust/operator-binary/src/controller/mod.rs
@@ -34,10 +34,6 @@ pub struct ValidatedCluster {
34
metadata: ObjectMeta,
35
/// The logical (and Kubernetes object) name of the cluster.
36
pub name: ClusterName,
37
- /// The namespace the cluster lives in. Part of the cluster identity; currently consumed via
38
- /// the [`Resource`] metadata (`name_and_namespace`) rather than read directly.
39
- #[allow(dead_code)]
40
- pub namespace: NamespaceName,
41
/// The UID of the `HbaseCluster` object, used to build owner references.
42
pub uid: Uid,
43
pub image: ResolvedProductImage,
@@ -65,7 +61,6 @@ impl ValidatedCluster {
65
61
..ObjectMeta::default()
66
62
},
67
63
name,
68
- namespace,
69
64
uid,
70
image,
71
cluster_config,
0 commit comments