Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider wraps the provider implementation as a Caddy module.
func (Provider) CaddyModule ¶
func (Provider) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*Provider) Provision ¶
Provision implements the Provisioner interface to initialize the OpenStack Designate client
func (*Provider) UnmarshalCaddyfile ¶
UnmarshalCaddyfile sets up the DNS provider from Caddyfile tokens. Syntax:
openstack-designate { region_name <string> tenant_id <string> identity_api_version <string> password <string> username <string> tenant_name <string> endpoint_type <string> auth_url <string> }
Click to show internal directories.
Click to hide internal directories.