github.com/giantswarm/apiextensions/v6@v6.6.0/pkg/annotation/clusterautoscaler.go (about) 1 package annotation 2 3 // support: 4 // - crd: machinepools.exp.cluster.x-k8s.io 5 // apiversion: v1alpha3 6 // release: Since Azure 13.1.0 7 // 8 // documentation: 9 // 10 // This annotation allows setting the min size of a node pool for autoscaling purposes. 11 // See [node pools](https://docs.giantswarm.io/advanced/node-pools/) 12 const NodePoolMinSize = "cluster.k8s.io/cluster-api-autoscaler-node-group-min-size" 13 14 // support: 15 // - crd: machinepools.exp.cluster.x-k8s.io 16 // apiversion: v1alpha3 17 // release: Since Azure 13.1.0 18 // 19 // documentation: 20 // 21 // This annotation allows setting the max size of a node pool for autoscaling purposes. 22 // See [node pools](https://docs.giantswarm.io/advanced/node-pools/) 23 const NodePoolMaxSize = "cluster.k8s.io/cluster-api-autoscaler-node-group-max-size"