package
Version:
v0.46.1
Opens a new window with list of versions in this module.
Published: Jun 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ObjectiveResult struct {
Name string `json:"name" yaml:"name"`
Labels entities.Labels `json:"labels" yaml:"labels"`
Current Percent `json:"current" yaml:"current"`
Budget Percent `json:"budget" yaml:"budget"`
Target Percent `json:"target" yaml:"target"`
Window core.Duration `json:"window" yaml:"window"`
HasBudget bool `json:"has_budget" yaml:"has_budget"`
}
type ObjectiveScore struct {
Name string `json:"name" yaml:"name"`
Labels entities.Labels `json:"labels" yaml:"labels"`
Score Percent `json:"score" yaml:"score"`
Delta Percent `json:"delta" yaml:"delta"`
HistoryAverage Percent `json:"history_average" yaml:"history_average"`
}
type ScoreCard struct {
Name string `json:"name" yaml:"name"`
Labels entities.Labels `json:"labels" yaml:"labels"`
ReliabilityScore Percent `json:"score" yaml:"score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.