Versions in this module Expand all Collapse all v0 v0.5.1 May 13, 2015 Changes in this version + func FakeProjectCache(c client.Interface, store cache.Store, defaultNodeSelector string) + func RunProjectCache(c client.Interface, defaultNodeSelector string) + type ProjectCache struct + Client client.Interface + DefaultNodeSelector string + Store cache.Store + func GetProjectCache() (*ProjectCache, error) + func (p *ProjectCache) GetNamespaceObject(name string) (*kapi.Namespace, error) + func (p *ProjectCache) GetNodeSelector(namespace *kapi.Namespace) string + func (p *ProjectCache) GetNodeSelectorMap(namespace *kapi.Namespace) (map[string]string, error)