pub async fn delete_managed_instance(
client: &Client,
namespace: &str,
instance_name: &str,
) -> Result<()>Expand description
Delete a single managed Bind9Instance resource
This function is public to allow reuse by ClusterBind9Provider reconciler.
§Arguments
client- Kubernetes API clientnamespace- Namespace of the instanceinstance_name- Name of the instance to delete
§Errors
Returns an error if deletion fails (except for NotFound errors, which are treated as success)