Documentation
¶
Index ¶
- func RecordIPLookupMiss()
- func RecordNamespaceAdded()
- func RecordNamespaceDeleted()
- func RecordNamespaceUpdated()
- func RecordPodAdded()
- func RecordPodDeleted()
- func RecordPodTableSize(podTableSize int64)
- func RecordPodUpdated()
- func RecordReplicaSetAdded()
- func RecordReplicaSetDeleted()
- func RecordReplicaSetUpdated()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordIPLookupMiss ¶
func RecordIPLookupMiss()
RecordIPLookupMiss increments the metric that records Pod lookup by IP misses.
func RecordNamespaceAdded ¶
func RecordNamespaceAdded()
RecordNamespaceAdded increments the metric that records namespace add events receiver.
func RecordNamespaceDeleted ¶
func RecordNamespaceDeleted()
RecordNamespaceDeleted increments the metric that records namespace events deleted.
func RecordNamespaceUpdated ¶
func RecordNamespaceUpdated()
RecordNamespaceUpdated increments the metric that records namespace update events received.
func RecordPodAdded ¶
func RecordPodAdded()
RecordPodAdded increments the metric that records pod add events receiver.
func RecordPodDeleted ¶
func RecordPodDeleted()
RecordPodDeleted increments the metric that records pod events deleted.
func RecordPodTableSize ¶
func RecordPodTableSize(podTableSize int64)
RecordPodTableSize store size of pod table field in WatchClient
func RecordPodUpdated ¶
func RecordPodUpdated()
RecordPodUpdated increments the metric that records pod update events received.
func RecordReplicaSetAdded ¶ added in v0.78.0
func RecordReplicaSetAdded()
RecordReplicaSetAdded increments the metric that records ReplicaSet add events receiver.
func RecordReplicaSetDeleted ¶ added in v0.78.0
func RecordReplicaSetDeleted()
RecordReplicaSetDeleted increments the metric that records ReplicaSet events deleted.
func RecordReplicaSetUpdated ¶ added in v0.78.0
func RecordReplicaSetUpdated()
RecordReplicaSetUpdated increments the metric that records ReplicaSet update events received.
Types ¶
This section is empty.