kubernetesk8s.io/kubernetes/pkg/constraint Index | Files

package constraint

import "k8s.io/kubernetes/pkg/constraint"

Package constraint has functions for ensuring that collections of containers are allowed to run together on a single host.

TODO: Add resource math. Phrase this code in a way that makes it easy to call from schedulers as well as from the feasiblity check that apiserver performs.

Index

Functions

func Allowed

func Allowed(pods []api.BoundPod) []error

Allowed returns true if pods is a collection of bound pods which can run without conflict on a single minion.

Source Files

constraint.go doc.go ports.go

Version
v0.12.0
Published
Mar 3, 2015
Platform
darwin/amd64
Imports
2 packages
Last checked
49 seconds ago

Tools for package owners.