kuadrant-operator icon indicating copy to clipboard operation
kuadrant-operator copied to clipboard

Extend the Partially Enforced status on DNSPolicy

Open maksymvavilov opened this issue 1 year ago • 0 comments

What

If the DNSPolicy is not enforced on all DNS Records we are marking it as "Partially Enforced" (in the status-conditions). We want to know the exact records that are not affected by the policy.

How

Change logic here to go through all the DNSRecords and put their names in the message field for the status. I.E. "DNS Policy has been partially enforced. Not enforced on: [name]"

maksymvavilov avatar Apr 29 '24 10:04 maksymvavilov