Documentation ¶
Index ¶
- func Limit(limitRange *api.LimitRange, resourceName string, obj runtime.Object) error
- func Max(a int64, b int64) int64
- func Min(a int64, b int64) int64
- func NewLimitRanger(client clientset.Interface, limitFunc LimitFunc) (admission.Interface, error)
- func PodLimitFunc(limitRange *api.LimitRange, pod *api.Pod) error
- type LimitFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Limit ¶ added in v0.15.0
Limit enforces resource requirements of incoming resources against enumerated constraints on the LimitRange. It may modify the incoming object to apply default resource requirements if not specified, and enumerated on the LimitRange
func NewLimitRanger ¶
NewLimitRanger returns an object that enforces limits based on the supplied limit function
func PodLimitFunc ¶
func PodLimitFunc(limitRange *api.LimitRange, pod *api.Pod) error
PodLimitFunc enforces resource requirements enumerated by the pod against the specified LimitRange. The pod may be modified to apply default resource requirements if not specified, and enumerated on the LimitRange
Types ¶
Click to show internal directories.
Click to hide internal directories.