Registry / cloud / autoscaler

autoscaler

JSON →
library0.0.0-20260616200921-d04f02f345fdgogounverified

Kubernetes autoscaling components including Cluster Autoscaler and Vertical Pod Autoscaler.

go get k8s.io/autoscaler
INSTALL
IMPORT
SIG · AUTOSCALER
A
autoscaler
cloudgov0.0.0-20260616200921-d04f02f345fd
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

autoscaler
k8s.io/autoscaler

Print autoscaler version

package main import ( "fmt" "k8s.io/autoscaler" ) func main() { fmt.Println(autoscaler.Version) }
Debug
Known issues
gotchaThe root package may not be directly importable; use subpackages like cluster-autoscaler or vertical-pod-autoscaler.
fix
Import specific subpackages such as k8s.io/autoscaler/cluster-autoscaler or k8s.io/autoscaler/vertical-pod-autoscaler.
affects: all
Upgrade
Version history
0.0.0-20260616200921-d04f02f345fdlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
autoscaler — go get autoscaler · libregistry