Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
LoopsFacory and CountersCache are used to cache the loops and Counters structs. Used to reduce memory allocations of these highly used structs, improving performance.
Functions ¶
This section is empty.
Types ¶
type Counters ¶ added in v0.11.0
type Counters struct {
// contains filtered or unexported fields
}
Counters is a loop which is responsible for executing a particular job. It shares the same life cycle as that job at that version. A Counters instance may be reused if the Job is updated, or simply the resource has not been garbage collected before a Job with the same name is created.
Click to show internal directories.
Click to hide internal directories.