package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewLimitRanger returns an object that enforces limits based on the supplied limit function.
PersistentVolumeClaimValidateLimitFunc enforces storage limits for PVCs.
PodMutateLimitFunc sets resource requirements enumerated by the pod against the specified LimitRange.
PodValidateLimitFunc enforces resource requirements enumerated by the pod against the specified LimitRange.
Register registers a plugin.

# Constants

PluginName indicates name of admission plugin.

# Structs

DefaultLimitRangerActions is the default implementation of LimitRangerActions.
LimitRanger enforces usage limits on a per resource basis in the namespace.

# Interfaces

LimitRangerActions is an interface defining actions to be carried over ranges to identify and manipulate their limits.