Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDeploymentNotFound = errors.New("deployments not found")
)
Functions ¶
This section is empty.
Types ¶
type InsightCollector ¶
type InsightCollector struct {
// contains filtered or unexported fields
}
InsightCollector implements the behaviors for the gRPC definitions of InsightCollector.
func NewInsightCollector ¶
func NewInsightCollector( ds datastore.DataStore, fs filestore.Store, logger *zap.Logger, ) *InsightCollector
NewInsightCollector creates a new InsightCollector instance.
func (*InsightCollector) ProcessNewlyCompletedDeployments ¶ added in v0.9.5
func (i *InsightCollector) ProcessNewlyCompletedDeployments(ctx context.Context) error
func (*InsightCollector) ProcessNewlyCreatedDeployments ¶ added in v0.9.5
func (i *InsightCollector) ProcessNewlyCreatedDeployments(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.