Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeProvider ¶
type FakeProvider struct{}
type Provider ¶
type Provider interface { // Ensure will create or update record. Ensure(record *iov1.DNSRecord, zone configv1.DNSZone) error // Delete will delete record. Delete(record *iov1.DNSRecord, zone configv1.DNSZone) error // Replace will replace the record Replace(record *iov1.DNSRecord, zone configv1.DNSZone) error }
Provider knows how to manage DNS zones only as pertains to routing.
Click to show internal directories.
Click to hide internal directories.