pub async fn delete_bind9cluster(
_client: Client,
_cluster: Bind9Cluster,
) -> Result<()>Expand description
Delete handler for Bind9Cluster resources (cleanup logic)
This function is no longer used as deletion is handled by the finalizer in reconcile_bind9cluster.
Kept for backward compatibility.
ยงErrors
This function currently never returns an error, but returns Result for API consistency.