Documentation ¶
Index ¶
- Variables
- func RecordAllocateClusterGlobalEgressIPs(cidr string, count int)
- func RecordAllocateGlobalEgressIPs(cidr string, count int)
- func RecordAllocateGlobalIP(cidr string)
- func RecordAllocateGlobalIPs(cidr string, count int)
- func RecordAllocateGlobalIngressIPs(cidr string, count int)
- func RecordDeallocateClusterGlobalEgressIPs(cidr string, count int)
- func RecordDeallocateGlobalEgressIPs(cidr string, count int)
- func RecordDeallocateGlobalIP(cidr string)
- func RecordDeallocateGlobalIngressIPs(cidr string, count int)
- type GlobalnetMetrics
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalnetMetricsReporter ipam.MetricsReporter = GlobalnetMetrics{}
Functions ¶
func RecordAllocateGlobalIP ¶
func RecordAllocateGlobalIP(cidr string)
func RecordAllocateGlobalIPs ¶
func RecordDeallocateGlobalIP ¶
func RecordDeallocateGlobalIP(cidr string)
Types ¶
type GlobalnetMetrics ¶ added in v0.19.0
type GlobalnetMetrics struct{}
func (GlobalnetMetrics) RecordAvailability ¶ added in v0.19.0
func (r GlobalnetMetrics) RecordAvailability(cidr string, count int)
func (GlobalnetMetrics) RecordIPDeallocated ¶ added in v0.19.0
func (r GlobalnetMetrics) RecordIPDeallocated(cidr string)
func (GlobalnetMetrics) RecordIPsAllocated ¶ added in v0.19.0
func (r GlobalnetMetrics) RecordIPsAllocated(cidr string, count int)
Click to show internal directories.
Click to hide internal directories.