resourcequota

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

resourcequota contains a controller that makes resource quota usage observations

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilterQuotaPods added in v0.4.2

func FilterQuotaPods(pods []api.Pod) []*api.Pod

FilterQuotaPods eliminates pods that no longer have a cost against the quota pods that have a restart policy of always are always returned pods that are in a failed state, but have a restart policy of on failure are always returned pods that are not in a success state or a failure state are included in quota

func IsPodCPUUnbounded added in v0.5.1

func IsPodCPUUnbounded(pod *api.Pod) bool

IsPodCPUUnbounded returns true if the cpu use is unbounded for any container in pod

func IsPodMemoryUnbounded added in v0.5.1

func IsPodMemoryUnbounded(pod *api.Pod) bool

IsPodMemoryUnbounded returns true if the memory use is unbounded for any container in pod

func PodCPU

func PodCPU(pod *api.Pod) *resource.Quantity

PodCPU computes total cpu usage of a pod

func PodMemory

func PodMemory(pod *api.Pod) *resource.Quantity

PodMemory computes the memory usage of a pod

Types

type ResourceQuotaManager

type ResourceQuotaManager struct {
	// contains filtered or unexported fields
}

ResourceQuotaManager is responsible for tracking quota usage status in the system

func NewResourceQuotaManager

func NewResourceQuotaManager(kubeClient client.Interface) *ResourceQuotaManager

NewResourceQuotaManager creates a new ResourceQuotaManager

func (*ResourceQuotaManager) Run

func (rm *ResourceQuotaManager) Run(period time.Duration)

Run begins watching and syncing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL