Skip to content

Commit ab13256

Browse files
committed
chore(znode_controller): drop transitional comment on dereference call
1 parent 365bc02 commit ab13256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/znode_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pub async fn reconcile_znode(
197197
};
198198
let client = &ctx.client;
199199

200-
// dereference (client required) — replaces find_zk_of_znode
200+
// dereference (client required)
201201
let dereferenced_objects = dereference::dereference(client, znode).await;
202202
let mut default_status_updates: Option<v1alpha1::ZookeeperZnodeStatus> = None;
203203
// Store the znode path in the status rather than the object itself, to ensure that only K8s administrators can override it

0 commit comments

Comments
 (0)