check_all_records_ready

Function check_all_records_ready 

Source
pub async fn check_all_records_ready(
    client: &Client,
    namespace: &str,
    record_refs: &[RecordReferenceWithTimestamp],
) -> Result<bool>
Expand description

Checks if all DNS records are ready.

Iterates through all record references and verifies their readiness status.

§Arguments

  • client - Kubernetes API client
  • namespace - Namespace to check records in
  • record_refs - List of record references to check

§Returns

true if all records are ready, false otherwise

§Errors

Returns an error if Kubernetes API calls fail