Documentation ¶
Index ¶
- Constants
- func NewProviderFromSecret(ctx context.Context, s *v1.Secret, c provider.Config) (provider.Provider, error)
- type InstrumentedRoute53
- func (c *InstrumentedRoute53) ChangeResourceRecordSets(input *route53.ChangeResourceRecordSetsInput) (output *route53.ChangeResourceRecordSetsOutput, err error)
- func (c *InstrumentedRoute53) ChangeTagsForResourceWithContext(ctx aws.Context, input *route53.ChangeTagsForResourceInput, ...) (output *route53.ChangeTagsForResourceOutput, err error)
- func (c *InstrumentedRoute53) CreateHealthCheck(input *route53.CreateHealthCheckInput) (output *route53.CreateHealthCheckOutput, err error)
- func (c *InstrumentedRoute53) CreateHostedZone(input *route53.CreateHostedZoneInput) (output *route53.CreateHostedZoneOutput, err error)
- func (c *InstrumentedRoute53) DeleteHostedZone(input *route53.DeleteHostedZoneInput) (output *route53.DeleteHostedZoneOutput, err error)
- func (c *InstrumentedRoute53) GetHostedZone(input *route53.GetHostedZoneInput) (output *route53.GetHostedZoneOutput, err error)
- func (c *InstrumentedRoute53) ListHostedZones(input *route53.ListHostedZonesInput) (output *route53.ListHostedZonesOutput, err error)
- func (c *InstrumentedRoute53) UpdateHostedZoneComment(input *route53.UpdateHostedZoneCommentInput) (output *route53.UpdateHostedZoneCommentOutput, err error)
- type Route53DNSProvider
- func (p *Route53DNSProvider) AdjustEndpoints(endpoints []*externaldnsendpoint.Endpoint) ([]*externaldnsendpoint.Endpoint, error)
- func (p *Route53DNSProvider) DeleteManagedZone(zone *v1alpha1.ManagedZone) error
- func (p *Route53DNSProvider) EnsureManagedZone(zone *v1alpha1.ManagedZone) (provider.ManagedZoneOutput, error)
- func (p *Route53DNSProvider) HealthCheckReconciler() provider.HealthCheckReconciler
- func (*Route53DNSProvider) ProviderSpecific() provider.ProviderSpecificLabels
- type Route53HealthCheckReconciler
Constants ¶
View Source
const (
ProviderSpecificHealthCheckID = "aws/health-check-id"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstrumentedRoute53 ¶
type InstrumentedRoute53 struct {
// contains filtered or unexported fields
}
func (*InstrumentedRoute53) ChangeResourceRecordSets ¶
func (c *InstrumentedRoute53) ChangeResourceRecordSets(input *route53.ChangeResourceRecordSetsInput) (output *route53.ChangeResourceRecordSetsOutput, err error)
func (*InstrumentedRoute53) ChangeTagsForResourceWithContext ¶
func (c *InstrumentedRoute53) ChangeTagsForResourceWithContext(ctx aws.Context, input *route53.ChangeTagsForResourceInput, opts ...request.Option) (output *route53.ChangeTagsForResourceOutput, err error)
func (*InstrumentedRoute53) CreateHealthCheck ¶
func (c *InstrumentedRoute53) CreateHealthCheck(input *route53.CreateHealthCheckInput) (output *route53.CreateHealthCheckOutput, err error)
func (*InstrumentedRoute53) CreateHostedZone ¶
func (c *InstrumentedRoute53) CreateHostedZone(input *route53.CreateHostedZoneInput) (output *route53.CreateHostedZoneOutput, err error)
func (*InstrumentedRoute53) DeleteHostedZone ¶
func (c *InstrumentedRoute53) DeleteHostedZone(input *route53.DeleteHostedZoneInput) (output *route53.DeleteHostedZoneOutput, err error)
func (*InstrumentedRoute53) GetHostedZone ¶
func (c *InstrumentedRoute53) GetHostedZone(input *route53.GetHostedZoneInput) (output *route53.GetHostedZoneOutput, err error)
func (*InstrumentedRoute53) ListHostedZones ¶
func (c *InstrumentedRoute53) ListHostedZones(input *route53.ListHostedZonesInput) (output *route53.ListHostedZonesOutput, err error)
func (*InstrumentedRoute53) UpdateHostedZoneComment ¶
func (c *InstrumentedRoute53) UpdateHostedZoneComment(input *route53.UpdateHostedZoneCommentInput) (output *route53.UpdateHostedZoneCommentOutput, err error)
type Route53DNSProvider ¶
type Route53DNSProvider struct { *externaldnsprovideraws.AWSProvider // contains filtered or unexported fields }
func (*Route53DNSProvider) AdjustEndpoints ¶ added in v0.2.0
func (p *Route53DNSProvider) AdjustEndpoints(endpoints []*externaldnsendpoint.Endpoint) ([]*externaldnsendpoint.Endpoint, error)
func (*Route53DNSProvider) DeleteManagedZone ¶
func (p *Route53DNSProvider) DeleteManagedZone(zone *v1alpha1.ManagedZone) error
func (*Route53DNSProvider) EnsureManagedZone ¶
func (p *Route53DNSProvider) EnsureManagedZone(zone *v1alpha1.ManagedZone) (provider.ManagedZoneOutput, error)
func (*Route53DNSProvider) HealthCheckReconciler ¶ added in v0.2.0
func (p *Route53DNSProvider) HealthCheckReconciler() provider.HealthCheckReconciler
#### External DNS Provider ####
func (*Route53DNSProvider) ProviderSpecific ¶ added in v0.2.0
func (*Route53DNSProvider) ProviderSpecific() provider.ProviderSpecificLabels
type Route53HealthCheckReconciler ¶ added in v0.2.0
type Route53HealthCheckReconciler struct {
// contains filtered or unexported fields
}
func NewRoute53HealthCheckReconciler ¶ added in v0.2.0
func NewRoute53HealthCheckReconciler(client route53iface.Route53API) *Route53HealthCheckReconciler
func (*Route53HealthCheckReconciler) Delete ¶ added in v0.2.0
func (r *Route53HealthCheckReconciler) Delete(ctx context.Context, _ *externaldns.Endpoint, probeStatus *v1alpha1.HealthCheckStatusProbe) (provider.HealthCheckResult, error)
func (*Route53HealthCheckReconciler) Reconcile ¶ added in v0.2.0
func (r *Route53HealthCheckReconciler) Reconcile(ctx context.Context, spec provider.HealthCheckSpec, endpoint *externaldns.Endpoint, probeStatus *v1alpha1.HealthCheckStatusProbe, address string) provider.HealthCheckResult
Click to show internal directories.
Click to hide internal directories.