cache

package
v3.9.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCacheStore

func NewCacheStore(keyFn cache.KeyFunc) cache.Indexer

NewCacheStore creates an Indexer store with the given key function

Types

type ProjectCache

type ProjectCache struct {
	Client              kcoreclient.NamespaceInterface
	Store               cache.Indexer
	HasSynced           cache.InformerSynced
	DefaultNodeSelector string
}

func NewFake

func NewFake(c kcoreclient.NamespaceInterface, store cache.Indexer, defaultNodeSelector string) *ProjectCache

NewFake is used for testing purpose only

func NewProjectCache

func NewProjectCache(namespaces cache.SharedIndexInformer, client kcoreclient.NamespaceInterface, defaultNodeSelector string) *ProjectCache

NewProjectCache returns a non-initialized ProjectCache. The cache needs to be run to begin functioning

func (*ProjectCache) GetNamespace

func (p *ProjectCache) GetNamespace(name string) (*kapi.Namespace, error)

func (*ProjectCache) GetNodeSelector

func (p *ProjectCache) GetNodeSelector(namespace *kapi.Namespace) string

func (*ProjectCache) GetNodeSelectorMap

func (p *ProjectCache) GetNodeSelectorMap(namespace *kapi.Namespace) (map[string]string, error)

func (*ProjectCache) Run

func (c *ProjectCache) Run(stopCh <-chan struct{})

Run waits until the cache has synced.

func (*ProjectCache) Running

func (c *ProjectCache) Running() bool

Running determines if the cache is initialized and running

Jump to

Keyboard shortcuts

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