package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
ReserveMemory creates a replication controller with pods that, in summation, request the specified amount of memory.
ReserveMemoryWithPriority creates a replication controller with pods with priority that, in summation, request the specified amount of memory.
ReserveMemoryWithSchedulerName creates a replication controller with pods with scheduler name that, in summation, request the specified amount of memory.
WaitForClusterSizeFunc waits until the cluster size matches the given function.
WaitForClusterSizeFuncWithUnready waits until the cluster size matches the given function and assumes some unready nodes.
# Constants
Constants used in dns-autoscaling test.
Constants used in dns-autoscaling test.
Constants used in dns-autoscaling test.
# Variables
SIGDescribe annotates the test with the SIG label.
# Structs
CriticalAddonsOnlyError implements the `error` interface, and signifies the presence of the `CriticalAddonsOnly` taint on the node.
DNSParamsLinear is a struct for number of DNS pods.
HPAScaleTest struct is used by the scale(...) function.