Documentation ¶
Index ¶
Constants ¶
View Source
const (
GlobaldnsController = "mgmt-global-dns-controller"
)
View Source
const (
GlobaldnsProviderLauncher = "mgmt-global-dns-provider-launcher"
)
Variables ¶
View Source
var ExternalDNSClusterRole = `` /* 399-byte string literal not displayed */
View Source
var ExternalDNSClusterRoleBinding = `` /* 284-byte string literal not displayed */
View Source
var ExternalDNSServiceAcct = `
apiVersion: v1
kind: ServiceAccount
metadata:
name: external-dns
`
View Source
var Route53DeploymentTemplate = `` /* 915-byte string literal not displayed */
Functions ¶
Types ¶
type GDController ¶
type GDController struct {
// contains filtered or unexported fields
}
type ProviderLauncher ¶
type ProviderLauncher struct { GlobalDNSproviders v3.GlobalDNSProviderInterface GlobalDNSproviderLister v3.GlobalDNSProviderLister Deployments extv1beta1.DeploymentInterface ServiceAccounts corev1.ServiceAccountInterface ClusterRoles rbacv1.ClusterRoleInterface ClusterRoleBindings rbacv1.ClusterRoleBindingInterface }
Click to show internal directories.
Click to hide internal directories.