Documentation
¶
Index ¶
Constants ¶
View Source
const ( Timeout = 300 * time.Second Interval = 2 * time.Second DefaultEventually = 2 * time.Second DefaultConsistently = 30 * time.Second )
View Source
const ( UnsupportedScaleMetric = "storage" EnabledState = "enabled" DisabledState = "disabled" KnativeMetricAnnotation = "autoscaling.knative.dev/metric" ImageExample = "danateam/autoscale-go" NonExistingImageExample = "example-python-app:v1" ExampleAppName = "new-app-name" NewSecretKey = "username" ExampleDanaAnnotation = "rcs.dana.io/app-name" TestContainerName = "capp-test-container" FirstRevisionSuffix = "-00001" KnativeAutoscaleTargetKey = "autoscaling.knative.dev/target" KnativeActivationScaleKey = "autoscaling.knative.dev/activation-scale" DefaultCmActivationScaleKey = "activationScale" TestIndex = "test" TestLabelKey = "e2e-test" RpsScaleKey = "rps" CpuScaleKey = "cpu" MemoryScaleKey = "memory" ConcurrencyScaleKey = "concurrency" )
View Source
const (
CappKey = "capp"
)
Variables ¶
View Source
var ( CappAPIGroup = cappv1alpha1.GroupVersion.Group CappNamespaceKey = CappAPIGroup + "/parent-capp-ns" CappResourceKey = CappAPIGroup + "/parent-capp" ManagedByLabelKey = CappAPIGroup + "/managed-by" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.