Versions in this module Expand all Collapse all v0 v0.1.5 Feb 10, 2021 v0.1.4 Feb 4, 2021 v0.1.3 Jan 29, 2021 v0.1.2 Nov 17, 2020 Changes in this version + type Endpoint struct + Hostname string + Port int + UseTLS bool + func NewEndpoint(host string, port int, useTLS bool) *Endpoint + func (ep *Endpoint) AllJobs() ([]*v1alpha1.Trace, error) + func (ep *Endpoint) CompletedJobs() ([]*v1alpha1.Trace, error) + func (ep *Endpoint) CreateTrace(ctx context.Context, id, ns string, spec *v1alpha1.TraceSpec) (*v1alpha1.Trace, error) + func (ep *Endpoint) DeleteTraceJob(ctx context.Context, id string) error + func (ep *Endpoint) ReadTrace(inctx context.Context, ns, pod, container string, ch chan *StreamMessage, ...) error + func (ep *Endpoint) ReadTraceJob(inctx context.Context, id string, ch chan *StreamMessage, done chan bool) error + func (ep *Endpoint) RunningJobs() ([]*v1alpha1.Trace, error) + func (ep *Endpoint) URL(path string, wsock bool) *url.URL + type StreamMessage struct + Data *event.TraceEvent + Ep *Endpoint