Documentation
¶
Overview ¶
Package service contains code for syncing Kubernetes services, and cloud DNS servers with the federated service registry.
Index ¶
Constants ¶
View Source
const ( UserAgentName = "federation-service-controller" KubeAPIQPS = 20.0 KubeAPIBurst = 30 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceController ¶
type ServiceController struct {
// contains filtered or unexported fields
}
func New ¶
func New(federationClient federationclientset.Interface, dns dnsprovider.Interface) *ServiceController
func (*ServiceController) Run ¶
func (s *ServiceController) Run(workers int, stopCh <-chan struct{}) error
It's an error to call Run() more than once for a given ServiceController object.
Source Files
¶
- cluster_helper.go
- dns.go
- doc.go
- endpoint_helper.go
- service_helper.go
- servicecontroller.go
Click to show internal directories.
Click to hide internal directories.