Documentation
¶
Index ¶
- type Recorder
- func (r *Recorder) Collectors() []prometheus.Collector
- func (r *Recorder) DeleteTenantCondition(tenantName string)
- func (r *Recorder) DeleteTranslatorCondition(translatorName string)
- func (r *Recorder) RecordTenantCondition(tenant *capsulev1beta2.Tenant, condition string)
- func (r *Recorder) RecordTranslatorCondition(translator *configv1alpha1.ArgoTranslator)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func MustMakeRecorder ¶
func MustMakeRecorder() *Recorder
func NewRecorder ¶
func NewRecorder() *Recorder
func (*Recorder) Collectors ¶
func (r *Recorder) Collectors() []prometheus.Collector
func (*Recorder) DeleteTenantCondition ¶ added in v0.4.0
DeleteCondition deletes the condition metrics for the ref.
func (*Recorder) DeleteTranslatorCondition ¶
DeleteCondition deletes the condition metrics for the ref.
func (*Recorder) RecordTenantCondition ¶ added in v0.4.0
func (r *Recorder) RecordTenantCondition(tenant *capsulev1beta2.Tenant, condition string)
RecordCondition records the condition as given for the ref.
func (*Recorder) RecordTranslatorCondition ¶
func (r *Recorder) RecordTranslatorCondition(translator *configv1alpha1.ArgoTranslator)
RecordCondition records the condition as given for the ref.
Click to show internal directories.
Click to hide internal directories.