Skip to content

Commit

Permalink
Merge pull request #298 from Miciah/ensureWildcardDNSRecord-fix-metho…
Browse files Browse the repository at this point in the history
…d-name-in-godoc

ensureWildcardDNSRecord: Fix method name in godoc
  • Loading branch information
openshift-merge-robot authored Sep 16, 2019
2 parents c3f9999 + 15b1543 commit 1f0e989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/controller/ingress/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (
// [1] https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html
const defaultRecordTTL int64 = 30

// ensureDNS will create DNS records for the given LB service. If service is
// nil, nothing is done.
// ensureWildcardDNSRecord will create DNS records for the given LB service.
// If service is nil, nothing is done.
func (r *reconciler) ensureWildcardDNSRecord(ic *operatorv1.IngressController, service *corev1.Service) (*iov1.DNSRecord, error) {
if service == nil {
return nil, nil
Expand Down

0 comments on commit 1f0e989

Please sign in to comment.