Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointSliceCache ¶
type EndpointSliceCache interface { generic.CacheInterface[*v1.EndpointSlice] }
EndpointSliceCache interface for retrieving EndpointSlice resources in memory.
type EndpointSliceClient ¶
type EndpointSliceClient interface { generic.ClientInterface[*v1.EndpointSlice, *v1.EndpointSliceList] }
EndpointSliceClient interface for managing EndpointSlice resources in Kubernetes.
type EndpointSliceController ¶
type EndpointSliceController interface { generic.ControllerInterface[*v1.EndpointSlice, *v1.EndpointSliceList] }
EndpointSliceController interface for managing EndpointSlice resources.
type Interface ¶
type Interface interface {
EndpointSlice() EndpointSliceController
}
func New ¶
func New(controllerFactory controller.SharedControllerFactory) Interface
Click to show internal directories.
Click to hide internal directories.