Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
Aggregator pulls data from workers and sends them to Wharf API.
func NewK8sAggregator ¶
NewK8sAggregator returns a new Aggregator implementation that targets Kubernetes using a specific Kubernetes namespace and REST config.
type PipeCloser ¶
type PipeCloser interface { // PipeMessage should pipe a single message, and when done should return // io.EOF to indicate success. PipeMessage() error io.Closer }
PipeCloser pipes data, and should always be closed when done with it.
Click to show internal directories.
Click to hide internal directories.