Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableConditionController ¶
type AvailableConditionController struct {
// contains filtered or unexported fields
}
AvailableConditionController handles checking the availability of registered API services.
func NewAvailableConditionController ¶
func NewAvailableConditionController( apiServiceInformer informers.APIServiceInformer, serviceInformer v1informers.ServiceInformer, endpointsInformer v1informers.EndpointsInformer, apiServiceClient apiregistrationclient.APIServicesGetter, proxyTransport *http.Transport, proxyCurrentCertKeyContent certKeyFunc, serviceResolver ServiceResolver, egressSelector *egressselector.EgressSelector, ) (*AvailableConditionController, error)
NewAvailableConditionController returns a new AvailableConditionController.
func (*AvailableConditionController) Run ¶
func (c *AvailableConditionController) Run(threadiness int, stopCh <-chan struct{})
Run starts the AvailableConditionController loop which manages the availability condition of API services.
Click to show internal directories.
Click to hide internal directories.