pub async fn load_rndc_key( client: &Client, namespace: &str, instance_name: &str, ) -> Result<RndcKeyData>
Load RNDC key from the instance’s secret.
client
namespace
instance_name
Parsed RNDC key data
Returns an error if the secret is not found or cannot be parsed