Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIServiceController ¶
func NewAPIServiceController( name string, getAPIServicesToManageFunc GetAPIServicesToMangeFunc, operatorClient v1helpers.OperatorClient, apiregistrationInformers apiregistrationinformers.SharedInformerFactory, apiregistrationv1Client apiregistrationv1client.ApiregistrationV1Interface, kubeInformersForOperandNamespace kubeinformers.SharedInformerFactory, kubeClient kubernetes.Interface, eventRecorder events.Recorder, ) factory.Controller
Types ¶
type APIServiceController ¶
type APIServiceController struct {
// contains filtered or unexported fields
}
type GetAPIServicesToMangeFunc ¶
type GetAPIServicesToMangeFunc func() ([]*apiregistrationv1.APIService, error)
Click to show internal directories.
Click to hide internal directories.