Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of the powerdns provider Name = "dns-powerdns" ApiKey = "apiKey" VirtualHost = "virtualHost" Server = "server" InsecureSkipVerify = "insecureSkipVerify" TrustedCaCert = "trustedCaCert" )
View Source
const Type = "powerdns"
Type is the type of resources managed by the PowerDNS actuator.
Variables ¶
This section is empty.
Functions ¶
func NewClientFromSecretRef ¶
func NewClientFromSecretRef(ctx context.Context, client client.Client, secretRef corev1.SecretReference) (*pdnsclient.Client, error)
NewClientFromSecretRef creates a new Client from given k8s <secretRef>
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.