Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuildAnalyzerCommand ¶
Types ¶
type BuildAnalyzerOptions ¶
type BuildAnalyzerOptions struct { // time of upgrade/triggering of new builds we care about TriggerTime *metav1.Time // ignore builds older than this StartTime *metav1.Time // whether to attempt to clone the build's git source TestClone bool // source file for the build objects BuildFile string // only analyze builds triggered by an imagechange ImageChangeOnly bool // dump push time data for each interesting build. PushTimes bool }
func (*BuildAnalyzerOptions) Run ¶
func (o *BuildAnalyzerOptions) Run() error
Click to show internal directories.
Click to hide internal directories.