Documentation ¶
Index ¶
- 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) DNSZoneForHost(ctx context.Context, host string) (*provider.DNSZone, error)
- func (p *AzureProvider) DNSZones(ctx context.Context) ([]provider.DNSZone, error)
- func (p *AzureProvider) HealthCheckReconciler() provider.HealthCheckReconciler
- func (p *AzureProvider) ProviderSpecific() provider.ProviderSpecificLabels
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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) DNSZoneForHost ¶ added in v0.5.0
func (*AzureProvider) HealthCheckReconciler ¶
func (p *AzureProvider) HealthCheckReconciler() provider.HealthCheckReconciler
func (*AzureProvider) ProviderSpecific ¶
func (p *AzureProvider) ProviderSpecific() provider.ProviderSpecificLabels
Click to show internal directories.
Click to hide internal directories.