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 46bfa1d commit ece60ddCopy full SHA for ece60dd
1 file changed
rust/operator-binary/src/controller/validate.rs
@@ -99,10 +99,6 @@ pub struct ValidatedCluster {
99
/// [`Resource`] and be passed directly to the metadata/owner-reference builders.
100
metadata: ObjectMeta,
101
pub name: ClusterName,
102
- // Read from the mirrored `metadata` in the configmap path (via `name_and_namespace`); the typed
103
- // field is consumed directly when the service/statefulset builders move onto `ValidatedCluster`.
104
- #[allow(dead_code)]
105
- pub namespace: NamespaceName,
106
pub uid: Uid,
107
pub image: ResolvedProductImage,
108
pub cluster_config: ValidatedClusterConfig,
@@ -133,7 +129,6 @@ impl ValidatedCluster {
133
129
Self {
134
130
metadata,
135
131
name,
136
- namespace,
137
132
uid,
138
image,
139
cluster_config,
0 commit comments