Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxSyncBatchSize = 20 CompactThreshold = 10240 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
rpc.UnimplementedIPCacheServiceServer
// contains filtered or unexported fields
}
func NewService ¶
func NewService(podInformer coreinformers.PodInformer, nodeInformer coreinformers.NodeInformer) *Service
func (*Service) ListCache ¶
func (s *Service) ListCache(_ context.Context, _ *rpc.ListCacheRequest) (*rpc.ListCacheResponse, error)
func (*Service) WatchCache ¶
func (s *Service) WatchCache(request *rpc.WatchCacheRequest, server rpc.IPCacheService_WatchCacheServer) error
Click to show internal directories.
Click to hide internal directories.