Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericObjectSet ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
Recorder stores all the metrics related to Addons.
func NewRecorder ¶
func NewRecorder() *Recorder
func (*Recorder) RecordDynamicCacheInformers ¶
Records the number of active Informers for the cache.
func (*Recorder) RecordDynamicCacheObjects ¶
func (r *Recorder) RecordDynamicCacheObjects(gvk schema.GroupVersionKind, count int)
Records the number of objects in the cache identified by GVK.
func (*Recorder) RecordRolloutTime ¶
func (r *Recorder) RecordRolloutTime(objectSet GenericObjectSet)
Click to show internal directories.
Click to hide internal directories.