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 b8e38ac commit 65b04beCopy full SHA for 65b04be
crates/stackable-operator/src/status/condition/deployment.rs
@@ -25,8 +25,8 @@ impl ConditionBuilder for DeploymentConditionBuilder {
25
}
26
27
impl DeploymentConditionBuilder {
28
- pub fn add(&mut self, dplmt: Deployment) {
29
- self.deployments.push(dplmt);
+ pub fn add(&mut self, deployment: Deployment) {
+ self.deployments.push(deployment);
30
31
32
fn available(&self) -> ClusterCondition {
0 commit comments