# Functions
No description provided by the author
RegisterAPIServiceGeneratingHandler configures a APIServiceController to execute a APIServiceGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterAPIServiceStatusHandler configures a APIServiceController to execute a APIServiceStatusHandler for every events observed.
# Interfaces
APIServiceCache interface for retrieving APIService resources in memory.
APIServiceClient interface for managing APIService resources in Kubernetes.
APIServiceController interface for managing APIService resources.
No description provided by the author
# Type aliases
APIServiceGeneratingHandler is the top-level handler that is executed for every APIService event.
APIServiceStatusHandler is executed for every added or modified APIService.