Documentation ¶
Index ¶
- func AddDurrationOfReconciliation(kind string, duration time.Duration)
- func CustomResourceAdded(kind string)
- func CustomResourceAddedButSkipped(kind string)
- func CustomResourceDeleted(kind string)
- func CustomResourceRemovedFromQueue(kind string)
- func CustomResourceUpdated(kind string)
- func CustomResourceUpdatedAndRequeued(kind string)
- func CustomResourceUpdatedButSkipped(kind string)
- func DefaultBuckets() []float64
- func OperatorError(kind, method, errorType string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDurrationOfReconciliation ¶
AddDurrationOfReconciliation Add duration it takes to reconcile
func CustomResourceAdded ¶
func CustomResourceAdded(kind string)
CustomResourceAdded Increments metric to count the number of cr added
func CustomResourceAddedButSkipped ¶
func CustomResourceAddedButSkipped(kind string)
CustomResourceAddedButSkipped Increments metric to count the number of cr added and ignored
func CustomResourceDeleted ¶
func CustomResourceDeleted(kind string)
CustomResourceDeleted Increments metric to count the number of cr deleted
func CustomResourceRemovedFromQueue ¶
func CustomResourceRemovedFromQueue(kind string)
CustomResourceRemovedFromQueue Decrements metric to count the number of cr in queue
func CustomResourceUpdated ¶
func CustomResourceUpdated(kind string)
CustomResourceUpdated Increments metric to count the number of cr updated
func CustomResourceUpdatedAndRequeued ¶
func CustomResourceUpdatedAndRequeued(kind string)
CustomResourceUpdatedAndRequeued Increments metric to count the number of cr updated due to update to child
func CustomResourceUpdatedButSkipped ¶
func CustomResourceUpdatedButSkipped(kind string)
CustomResourceUpdatedButSkipped Increments metric to count the number of cr updated and ignored
func DefaultBuckets ¶
func DefaultBuckets() []float64
DefaultBuckets Holds the buckets used as default
Types ¶
This section is empty.