github.com/giantswarm/apiextensions/v2@v2.6.2/pkg/annotation/clusterautoscaler.go (about) 1 package annotation 2 3 // AnnotationNodePoolMinSize is the cluster annotation used for storing 4 // the minimum size of a node pool. 5 const NodePoolMinSize = "cluster.k8s.io/cluster-api-autoscaler-node-group-min-size" 6 7 // AnnotationNodePoolMaxSize is the cluster annotation used for storing 8 // the maximum size of a node pool. 9 const NodePoolMaxSize = "cluster.k8s.io/cluster-api-autoscaler-node-group-max-size"