dns

package
v2.0.0-...-947fdf0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RecordSetTypePrefix = "Microsoft.Network/dnszones/"
	RecordSetTypeA      = RecordSetTypePrefix + string(armdns.RecordTypeA)
	RecordSetTypeCNAME  = RecordSetTypePrefix + string(armdns.RecordTypeCNAME)
	RecordSetTypeNS     = RecordSetTypePrefix + string(armdns.RecordTypeNS)
)

Variables

This section is empty.

Functions

func IsIngressNotReady

func IsIngressNotReady(err error) bool

IsIngressNotRead asserts ingressNotReadyError.

func IsResourceNotFoundError

func IsResourceNotFoundError(err error) bool

IsResourceNotFoundError asserts resourceNotFoundError.

func IsTooManyICServices

func IsTooManyICServices(err error) bool

IsTooManyICServices asserts tooManyICServicesError.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service provides operations on Azure resources.

func New

func New(scope scope.DNSScope, publicIPsService async.Getter) (*Service, error)

New creates a new dns service.

func (*Service) Reconcile

func (s *Service) Reconcile(ctx context.Context) error

Reconcile creates or updates the DNS zone, and creates DNS A and CNAME records.

func (*Service) ReconcileDelete

func (s *Service) ReconcileDelete(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL