Documentation ¶
Index ¶
- Constants
- func LastNonKeywordChangeAt(client cache.BugzillaClient, bug *bugzilla.Bug, keywords []string) (time.Time, error)
- func LastSignificantChangeAt(client cache.BugzillaClient, bug *bugzilla.Bug, ...) (time.Time, error)
- func LastSignificantOrBotChangeAt(client cache.BugzillaClient, bug *bugzilla.Bug) (time.Time, error)
- func NewStaleController(ctx controller.ControllerContext, operatorConfig config.OperatorConfig, ...) factory.Controller
- func WithKeyword(wb string, kwd string) string
- func WithoutKeyword(wb string, kwd string) string
- func WithoutKeywordAndNonEmpty(wb string, kwd string) string
- type StaleController
Constants ¶
View Source
const MinimumStaleDuration = time.Hour * 24 * 30
Variables ¶
This section is empty.
Functions ¶
func LastNonKeywordChangeAt ¶
func LastSignificantChangeAt ¶
func LastSignificantChangeAt(client cache.BugzillaClient, bug *bugzilla.Bug, operatorConfig config.OperatorConfig) (time.Time, error)
func NewStaleController ¶
func NewStaleController(ctx controller.ControllerContext, operatorConfig config.OperatorConfig, recorder events.Recorder) factory.Controller
func WithKeyword ¶
func WithoutKeyword ¶
Types ¶
type StaleController ¶
type StaleController struct { controller.ControllerContext // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.