Documentation
¶
Index ¶
Constants ¶
View Source
const (
InternalGroupName = "autoscaling.internal.knative.dev"
GroupName = "autoscaling.knative.dev"
// ClassAnnotationKey is the annotation for the explicit class of autoscaler
// that a particular resource has opted into. For example,
// autoscaling.knative.dev/class: foo
// This uses a different domain because unlike the resource, it is user-facing.
ClassAnnotationKey = GroupName + "/class"
MinScaleAnnotationKey = GroupName + "/minScale"
MaxScaleAnnotationKey = GroupName + "/maxScale"
// KPALabelKey is the label key attached to a K8s Service to hint to the KPA
// which services/endpoints should trigger reconciles.
KPALabelKey = GroupName + "/kpa"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.