Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyStats ¶
func (*ApplyStats) Inc ¶
func (a *ApplyStats) Inc(op event.ApplyEventStatus)
func (*ApplyStats) IncFailed ¶
func (a *ApplyStats) IncFailed()
func (*ApplyStats) Sum ¶
func (a *ApplyStats) Sum() int
type DeleteStats ¶
func (*DeleteStats) Inc ¶
func (d *DeleteStats) Inc(op event.DeleteEventStatus)
func (*DeleteStats) IncFailed ¶
func (d *DeleteStats) IncFailed()
func (*DeleteStats) Sum ¶ added in v0.30.0
func (d *DeleteStats) Sum() int
type PruneStats ¶
func (*PruneStats) Inc ¶
func (p *PruneStats) Inc(op event.PruneEventStatus)
func (*PruneStats) IncFailed ¶
func (p *PruneStats) IncFailed()
func (*PruneStats) Sum ¶ added in v0.30.0
func (p *PruneStats) Sum() int
type Stats ¶
type Stats struct { ApplyStats ApplyStats PruneStats PruneStats DeleteStats DeleteStats WaitStats WaitStats }
Stats captures the summarized numbers from apply/prune/delete and reconciliation of resources. Each item in a stats list represents the stats from all the events in a single action group.
func (*Stats) FailedActuationSum ¶
FailedActuationSum returns the number of resources that failed actuation.
func (*Stats) FailedReconciliationSum ¶
FailedReconciliationSum returns the number of resources that failed reconciliation.
Click to show internal directories.
Click to hide internal directories.