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 ¶
func LoadBalancerIPsAreEqual ¶
func LoadBalancerIPsAreEqual(oldService, newService *v1.Service) bool
Types ¶
type ServiceController ¶
type ServiceController struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.