package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/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
No description provided by the author