Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogMetadataService ¶
type LogMetadataService struct { agentpb.UnimplementedLogMetadataServiceServer // contains filtered or unexported fields }
func NewLogMetadataService ¶
func NewLogMetadataService(k8sCfg *rest.Config, nodeName string, containerLogsDir string) (*LogMetadataService, error)
Initialize new instance of LogMetadataService
func (*LogMetadataService) List ¶
func (s *LogMetadataService) List(ctx context.Context, req *agentpb.LogMetadataListRequest) (*agentpb.LogMetadataList, error)
Implementation of List() in LogMetadataService
func (*LogMetadataService) Watch ¶
func (s *LogMetadataService) Watch(req *agentpb.LogMetadataWatchRequest, stream agentpb.LogMetadataService_WatchServer) error
Implementation of Watch() in LogMetadataService
Click to show internal directories.
Click to hide internal directories.