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 clientnamespace- Namespace to check records inrecord_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