package autoscaling
import "k8s.io/kubernetes/test/e2e/autoscaling"
Index ¶
- Constants
- func ReserveMemory(f *framework.Framework, id string, replicas, megabytes int, expectRunning bool, timeout time.Duration) func() error
- func ReserveMemoryWithPriority(f *framework.Framework, id string, replicas, megabytes int, expectRunning bool, timeout time.Duration, priorityClassName string) func() error
- func ReserveMemoryWithSelector(f *framework.Framework, id string, replicas, megabytes int, expectRunning bool, timeout time.Duration, selector map[string]string) func() error
- func SIGDescribe(text string, body func()) bool
- func WaitForClusterSizeFunc(c clientset.Interface, sizeFunc func(int) bool, timeout time.Duration) error
- func WaitForClusterSizeFuncWithUnready(c clientset.Interface, sizeFunc func(int) bool, timeout time.Duration, expectedUnready int) error
- type CriticalAddonsOnlyError
- type CustomMetricTestCase
- type DNSParamsLinear
- type HPAScaleTest
Constants ¶
const ( DNSdefaultTimeout = 5 * time.Minute ClusterAddonLabelKey = "k8s-app" DNSLabelName = "kube-dns" DNSAutoscalerLabelName = "kube-dns-autoscaler" )
Functions ¶
func ReserveMemory ¶
func ReserveMemory(f *framework.Framework, id string, replicas, megabytes int, expectRunning bool, timeout time.Duration) func() error
ReserveMemory creates a replication controller with pods that, in summation, request the specified amount of memory.
func ReserveMemoryWithPriority ¶
func ReserveMemoryWithPriority(f *framework.Framework, id string, replicas, megabytes int, expectRunning bool, timeout time.Duration, priorityClassName string) func() error
ReserveMemoryWithPriority creates a replication controller with pods with priority that, in summation, request the specified amount of memory.
func ReserveMemoryWithSelector ¶
func ReserveMemoryWithSelector(f *framework.Framework, id string, replicas, megabytes int, expectRunning bool, timeout time.Duration, selector map[string]string) func() error
ReserveMemoryWithSelector creates a replication controller with pods with node selector that, in summation, request the specified amount of memory.
func SIGDescribe ¶
func WaitForClusterSizeFunc ¶
func WaitForClusterSizeFunc(c clientset.Interface, sizeFunc func(int) bool, timeout time.Duration) error
WaitForClusterSizeFunc waits until the cluster size matches the given function.
func WaitForClusterSizeFuncWithUnready ¶
func WaitForClusterSizeFuncWithUnready(c clientset.Interface, sizeFunc func(int) bool, timeout time.Duration, expectedUnready int) error
WaitForClusterSizeFuncWithUnready waits until the cluster size matches the given function and assumes some unready nodes.
Types ¶
type CriticalAddonsOnlyError ¶
type CriticalAddonsOnlyError struct{}
CriticalAddonsOnlyError implements the `error` interface, and signifies the presence of the `CriticalAddonsOnly` taint on the node.
func (CriticalAddonsOnlyError) Error ¶
func (CriticalAddonsOnlyError) Error() string
type CustomMetricTestCase ¶
type CustomMetricTestCase struct {
// contains filtered or unexported fields
}
func (*CustomMetricTestCase) Run ¶
func (tc *CustomMetricTestCase) Run()
type DNSParamsLinear ¶
type DNSParamsLinear struct {
// contains filtered or unexported fields
}
type HPAScaleTest ¶
type HPAScaleTest struct {
// contains filtered or unexported fields
}
HPAScaleTest struct is used by the scale(...) function.
Source Files ¶
autoscaling_timer.go cluster_autoscaler_scalability.go cluster_size_autoscaling.go custom_metrics_stackdriver_autoscaling.go dns_autoscaling.go framework.go horizontal_pod_autoscaling.go
- Version
- v1.11.7-beta.0
- Published
- Dec 16, 2018
- Platform
- js/wasm
- Imports
- 43 packages
- Last checked
- 6 minutes ago –
Tools for package owners.