Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyStats ¶
type ApplyStats struct { ServersideApplied int Created int Unchanged int Configured int Failed int }
func (*ApplyStats) Inc ¶
func (a *ApplyStats) Inc(op event.ApplyEventOperation)
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.DeleteEventOperation)
func (*DeleteStats) IncFailed ¶
func (d *DeleteStats) IncFailed()
type PruneStats ¶
func (*PruneStats) Inc ¶
func (p *PruneStats) Inc(op event.PruneEventOperation)
func (*PruneStats) IncFailed ¶
func (p *PruneStats) IncFailed()
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.
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.