delete_managed_instance

Function delete_managed_instance 

Source
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 client
  • namespace - Namespace of the instance
  • instance_name - Name of the instance to delete

§Errors

Returns an error if deletion fails (except for NotFound errors, which are treated as success)