package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/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.
ReserveMemoryWithSelector creates a replication controller with pods with node selector that, in summation, request the specified amount of memory.
No description provided by the author
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

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CriticalAddonsOnlyError implements the `error` interface, and signifies the presence of the `CriticalAddonsOnly` taint on the node.
No description provided by the author
No description provided by the author
HPAScaleTest struct is used by the scale(...) function.