Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cirdset_max_cidrs (2.12 sec)

  1. pkg/controller/nodeipam/ipam/cidrset/metrics.go

    	)
    	// This is a gauge, as in theory, a limit can increase or decrease.
    	cidrSetMaxCidrs = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    			Subsystem:      nodeIpamSubsystem,
    			Name:           "cirdset_max_cidrs",
    			Help:           "Maximum number of CIDRs that can be allocated.",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"clusterCIDR"},
    	)
    	cidrSetUsage = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 05 15:18:45 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top