Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
Publisher is a struct that represents the insights publisher
func NewInsightsPublisher ¶
func NewInsightsPublisher(k8sClientProvider okteto.K8sClientProvider, ioCtrl io.Controller) *Publisher
NewInsightsPublisher creates a new insights publisher
func (*Publisher) TrackDeploy ¶
TrackDeploy tracks an image build event
func (*Publisher) TrackImageBuild ¶
func (ip *Publisher) TrackImageBuild(ctx context.Context, meta *analytics.ImageBuildMetadata)
TrackImageBuild tracks an image build event
Click to show internal directories.
Click to hide internal directories.