Documentation
¶
Index ¶
- func FindDefaultGeoTarget(endpoints []*externaldnsendpoint.Endpoint) string
- func GenerateProfileName(resourceGroup string, ep *externaldnsendpoint.Endpoint) string
- func NewAzureProviderFromSecret(ctx context.Context, s *v1.Secret, c provider.Config) (provider.Provider, error)
- type AzureHealthCheckReconciler
- func (r *AzureHealthCheckReconciler) Delete(_ context.Context, _ *externaldns.Endpoint, _ *v1alpha1.HealthCheckStatusProbe) (provider.HealthCheckResult, error)
- func (r *AzureHealthCheckReconciler) HealthCheckExists(_ context.Context, _ *v1alpha1.HealthCheckStatusProbe) (bool, error)
- func (r *AzureHealthCheckReconciler) Reconcile(_ context.Context, _ provider.HealthCheckSpec, _ *externaldns.Endpoint, ...) provider.HealthCheckResult
- type AzureProvider
- func (p *AzureProvider) AdjustEndpoints(endpoints []*externaldnsendpoint.Endpoint) ([]*externaldnsendpoint.Endpoint, error)
- func (p *AzureProvider) ApplyChanges(ctx context.Context, changes *plan.Changes) error
- func (p *AzureProvider) DNSZoneForHost(ctx context.Context, host string) (*provider.DNSZone, error)
- func (p *AzureProvider) DNSZones(ctx context.Context) ([]provider.DNSZone, error)
- func (p *AzureProvider) DeleteRecords(ctx context.Context, deleted externaldnsproviderazure.AzureChangeMap, ...)
- func (p *AzureProvider) HealthCheckReconciler() provider.HealthCheckReconciler
- func (p *AzureProvider) ProviderSpecific() provider.ProviderSpecificLabels
- func (p *AzureProvider) Records(ctx context.Context) (endpoints []*externaldnsendpoint.Endpoint, _ error)
- func (p *AzureProvider) UpdateRecords(ctx context.Context, updated externaldnsproviderazure.AzureChangeMap, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindDefaultGeoTarget ¶ added in v0.6.0
func FindDefaultGeoTarget(endpoints []*externaldnsendpoint.Endpoint) string
func GenerateProfileName ¶ added in v0.7.0
func GenerateProfileName(resourceGroup string, ep *externaldnsendpoint.Endpoint) string
Types ¶
type AzureHealthCheckReconciler ¶
type AzureHealthCheckReconciler struct { }
func NewAzureHealthCheckReconciler ¶
func NewAzureHealthCheckReconciler() *AzureHealthCheckReconciler
func (*AzureHealthCheckReconciler) Delete ¶
func (r *AzureHealthCheckReconciler) Delete(_ context.Context, _ *externaldns.Endpoint, _ *v1alpha1.HealthCheckStatusProbe) (provider.HealthCheckResult, error)
func (*AzureHealthCheckReconciler) HealthCheckExists ¶
func (r *AzureHealthCheckReconciler) HealthCheckExists(_ context.Context, _ *v1alpha1.HealthCheckStatusProbe) (bool, error)
func (*AzureHealthCheckReconciler) Reconcile ¶
func (r *AzureHealthCheckReconciler) Reconcile(_ context.Context, _ provider.HealthCheckSpec, _ *externaldns.Endpoint, _ *v1alpha1.HealthCheckStatusProbe, _ string) provider.HealthCheckResult
type AzureProvider ¶
type AzureProvider struct { *externaldnsproviderazure.AzureProvider // contains filtered or unexported fields }
func (*AzureProvider) AdjustEndpoints ¶ added in v0.6.0
func (p *AzureProvider) AdjustEndpoints(endpoints []*externaldnsendpoint.Endpoint) ([]*externaldnsendpoint.Endpoint, error)
AdjustEndpoints takes source endpoints and translates them to an azure specific format
func (*AzureProvider) ApplyChanges ¶ added in v0.6.0
ApplyChanges applies the given changes.
Returns nil if the operation was successful or an error if the operation failed.
func (*AzureProvider) DNSZoneForHost ¶ added in v0.5.0
func (*AzureProvider) DeleteRecords ¶ added in v0.6.0
func (p *AzureProvider) DeleteRecords(ctx context.Context, deleted externaldnsproviderazure.AzureChangeMap, changeWG *sync.WaitGroup, changeErrs *multierr.Error)
func (*AzureProvider) HealthCheckReconciler ¶
func (p *AzureProvider) HealthCheckReconciler() provider.HealthCheckReconciler
func (*AzureProvider) ProviderSpecific ¶
func (p *AzureProvider) ProviderSpecific() provider.ProviderSpecificLabels
func (*AzureProvider) Records ¶ added in v0.6.0
func (p *AzureProvider) Records(ctx context.Context) (endpoints []*externaldnsendpoint.Endpoint, _ error)
Records gets the current records.
Returns the current records or an error if the operation failed.
func (*AzureProvider) UpdateRecords ¶ added in v0.6.0
func (p *AzureProvider) UpdateRecords(ctx context.Context, updated externaldnsproviderazure.AzureChangeMap, changeWG *sync.WaitGroup, changeErrs *multierr.Error)
Click to show internal directories.
Click to hide internal directories.