Documentation ¶
Overview ¶
Package resources contains methods for manipulating K8s resources shared between different PA implementations.
Index ¶
- func MakeMetric(pa *autoscalingv1alpha1.PodAutoscaler, metricSvc string, ...) *autoscalingv1alpha1.Metric
- func MakeSKS(pa *autoscalingv1alpha1.PodAutoscaler, ...) *nv1a1.ServerlessService
- func ResolveMetricTarget(pa *autoscalingv1alpha1.PodAutoscaler, config *autoscalerconfig.Config) (target, total float64)
- func StableWindow(pa *autoscalingv1alpha1.PodAutoscaler, config *autoscalerconfig.Config) time.Duration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMetric ¶ added in v0.7.0
func MakeMetric(pa *autoscalingv1alpha1.PodAutoscaler, metricSvc string, config *autoscalerconfig.Config) *autoscalingv1alpha1.Metric
MakeMetric constructs a Metric resource from a PodAutoscaler
func MakeSKS ¶
func MakeSKS(pa *autoscalingv1alpha1.PodAutoscaler, mode nv1a1.ServerlessServiceOperationMode, numActivators int32) *nv1a1.ServerlessService
MakeSKS makes an SKS resource from the PA and operation mode.
func ResolveMetricTarget ¶ added in v0.9.0
func ResolveMetricTarget(pa *autoscalingv1alpha1.PodAutoscaler, config *autoscalerconfig.Config) (target, total float64)
ResolveMetricTarget takes scaling metric knobs from multiple locations and resolves them to the final value to be used by the autoscaler. `target` is the target value of scaling metric that we autoscaler will aim for; `total` is the maximum possible value of scaling metric that is permitted on the pod.
func StableWindow ¶ added in v0.8.0
func StableWindow(pa *autoscalingv1alpha1.PodAutoscaler, config *autoscalerconfig.Config) time.Duration
StableWindow returns the stable window for the revision from PA, if set, or systemwide default.
Types ¶
This section is empty.