Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceController ¶
type ServiceController struct {
// contains filtered or unexported fields
}
func NewServiceController ¶
func NewServiceController( kubeclientset kubernetes.Interface, servicesInformer coreinformers.ServiceInformer, rolloutsInformer informers.RolloutInformer, resyncPeriod time.Duration, rolloutWorkQueue workqueue.RateLimitingInterface, serviceWorkQueue workqueue.RateLimitingInterface, metricServer *metrics.MetricsServer) *ServiceController
NewServiceController returns a new service controller
func (*ServiceController) Run ¶
func (c *ServiceController) Run(threadiness int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.