Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewAvailableAPIsGetter (0.24 sec)

  1. cmd/kube-controller-manager/app/autoscaling.go

    	clientConfig := controllerContext.ClientBuilder.ConfigOrDie("horizontal-pod-autoscaler")
    	hpaClient := controllerContext.ClientBuilder.ClientOrDie("horizontal-pod-autoscaler")
    
    	apiVersionsGetter := custom_metrics.NewAvailableAPIsGetter(hpaClient.Discovery())
    	// invalidate the discovery information roughly once per resync interval our API
    	// information is *at most* two resync intervals old.
    	go custom_metrics.PeriodicallyInvalidate(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 01:37:36 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top