Documentation
¶
Index ¶
Constants ¶
View Source
const ProviderType = "google-clouddns"
ProviderType is the type code for the Google Cloud DNS provider.
Variables ¶
This section is empty.
Functions ¶
func NewAdapter ¶
func NewAdapter() provider.DNSHandlerAdapter
NewAdapter creates a new DNSHandlerAdapter for the Google Cloud DNS provider.
Types ¶
type LightCredentialsFile ¶
type LightCredentialsFile struct {
Type string `json:"type"`
// Service Account fields
ClientEmail string `json:"client_email"`
PrivateKeyID string `json:"private_key_id"`
ProjectID string `json:"project_id"`
}
LightCredentialsFile represents a minimal set of fields required for Google Cloud DNS service account credentials.
func ValidateServiceAccountJSON ¶
func ValidateServiceAccountJSON(data []byte) (LightCredentialsFile, error)
Click to show internal directories.
Click to hide internal directories.