Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartEndpointControllerWrapper ¶
func StartEndpointControllerWrapper(completedConfig *cloudcontrollerconfig.CompletedConfig, cloud cloudprovider.Interface) cloudproviderapp.InitFunc
Types ¶
type EndpointController ¶
type EndpointController struct {
// contains filtered or unexported fields
}
func New ¶
func New( cloud cloudprovider.Interface, kubeClient clientset.Interface, endpointInformer coreinformers.EndpointsInformer, serviceInformer coreinformers.ServiceInformer, nodeInformer coreinformers.NodeInformer, ) (*EndpointController, error)
func (*EndpointController) Run ¶
func (epc *EndpointController) Run(stopCh <-chan struct{}, workers int)
Click to show internal directories.
Click to hide internal directories.