We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03dd178 + 87093c1 commit 459baeeCopy full SHA for 459baee
1 file changed
docs/controllers/reconciler.md
@@ -182,7 +182,7 @@ but we can actually simplify this significantly by taking advantage of idempoten
182
```rust
183
let pod_data = create_owned_pod(&obj);
184
let serverside = PatchParams::apply("mycontroller");
185
-let pod = pods.patch(pod.name_any(), serverside, Patch::Apply(pod_data)).await?
+let pod = pods.patch(obj.name_any(), serverside, Patch::Apply(pod_data)).await?
186
187
// update status object with the creation_timestamp of the owned Pod
188
let status = json!({
0 commit comments