Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TTL is the DNS record TTL TTL = 300 // KubeSystemNamespace is the namespace for kube-system (usually kube-system). Services // in this namespace will be ignored. KubeSystemNamespace = "kube-system" )
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "kube-gce-dns",
Short: "Export service public IP's to GCE dns",
Long: `
kube-gce-dns watches kubernettes service changes and publishes records
to Google Compute Engine DNS. `,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.