kubernetesk8s.io/kubernetes/plugin/pkg/admission/limitranger Index | Files

package limitranger

import "k8s.io/kubernetes/plugin/pkg/admission/limitranger"

Index

Functions

func Limit

func Limit(limitRange *api.LimitRange, resourceName string, obj runtime.Object) error

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 Max

func Max(a int64, b int64) int64

func Min

func Min(a int64, b int64) int64

func NewLimitRanger

func NewLimitRanger(client client.Interface, limitFunc LimitFunc) admission.Interface

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

type LimitFunc

type LimitFunc func(limitRange *api.LimitRange, kind string, obj runtime.Object) error

LimitFunc is a pluggable function to enforce limits on the object

Source Files

admission.go interfaces.go

Version
v0.15.0
Published
Apr 13, 2015
Platform
js/wasm
Imports
13 packages
Last checked
18 seconds ago

Tools for package owners.