googlecloud

package
v0.0.0-...-c05949c Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package googlecloud implements a DNS provider for solving the DNS-01 challenge using Google Cloud DNS.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DNSProvider

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

DNSProvider is an implementation of the DNSProvider interface.

func Default

func Default() (*DNSProvider, error)

NewDNSProvider returns a DNSProvider instance configured for Google Cloud DNS. Credentials must be passed in the environment variable: GCE_PROJECT.

func New

func New(opt Options) (*DNSProvider, error)

NewDNSProviderCredentials uses the supplied credentials to return a DNSProvider instance configured for Google Cloud DNS.

func (*DNSProvider) DeleteARecord

func (c *DNSProvider) DeleteARecord(domain string, ip string) error

func (*DNSProvider) DeleteARecords

func (c *DNSProvider) DeleteARecords(domain string) error

func (*DNSProvider) EnsureARecord

func (c *DNSProvider) EnsureARecord(domain string, ip string) error

func (*DNSProvider) Timeout

func (c *DNSProvider) Timeout() (timeout, interval time.Duration)

Timeout customizes the timeout values used by the ACME package for checking DNS record validity.

type Options

type Options struct {
	Project        string `json:"project" envconfig:"GCE_PROJECT"  form:"gcloud_project"`
	CredentialFile string `json:"credential_file" ignore:"true" form:"-"`
	CredentialJson string `json:"-" ignore:"true" form:"gcloud_credential_json"`
	JsonKey        []byte `json:"-" ignore:"true"  form:"-"`
}

Jump to

Keyboard shortcuts

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