Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ServiceAccountJSONField is the field in a secret where the service account JSON is stored at.
ServiceAccountJSONField = "serviceaccount.json"
)
View Source
const TYPE_CODE = validation.ProviderType
Variables ¶
View Source
var Factory = provider.NewDNSHandlerFactory(NewHandler, validation.NewAdapter()). SetGenericFactoryOptionDefaults(provider.GenericFactoryOptionDefaults.SetRateLimiterOptions(rateLimiterDefaults))
Functions ¶
func NewHandler ¶
func NewHandler(config *provider.DNSHandlerConfig) (provider.DNSHandler, error)
func SplitZoneID ¶ added in v0.8.2
SplitZoneID splits the zone id into project id and zone name
Types ¶
type Execution ¶
type Execution struct {
logger.LogContext
// contains filtered or unexported fields
}
func NewExecution ¶
func NewExecution(logger logger.LogContext, h *Handler, zone provider.DNSHostedZone) *Execution
type Handler ¶
type Handler struct {
provider.DefaultDNSHandler
// contains filtered or unexported fields
}
func (*Handler) ExecuteRequests ¶
func (h *Handler) ExecuteRequests(logger logger.LogContext, zone provider.DNSHostedZone, state provider.DNSZoneState, reqs []*provider.ChangeRequest) error
func (*Handler) GetZoneState ¶
func (h *Handler) GetZoneState(zone provider.DNSHostedZone) (provider.DNSZoneState, error)
Click to show internal directories.
Click to hide internal directories.