# Constants
EndpointSliceControllerName is the controller name that will be used when reporting events.
ServiceExportControllerName is the controller name that will be used when reporting events.
ServiceImportControllerName is the controller name that will be used when reporting events.
# Structs
EndpointSliceController is to collect EndpointSlice which reported by member cluster from executionNamespace to serviceexport namespace.
ServiceExportController is to sync ServiceExport and report EndpointSlices of exported service to control-plane.
ServiceImportController is to sync derived service from ServiceImport.