Documentation ¶
Index ¶
- func NewCacheStore(keyFn cache.KeyFunc) cache.Indexer
- type ProjectCache
- func (p *ProjectCache) GetNamespace(name string) (*kapi.Namespace, error)
- func (p *ProjectCache) GetNodeSelector(namespace *kapi.Namespace) string
- func (p *ProjectCache) GetNodeSelectorMap(namespace *kapi.Namespace) (map[string]string, error)
- func (c *ProjectCache) Run()
- func (c *ProjectCache) Running() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProjectCache ¶
type ProjectCache struct { Client client.NamespaceInterface Store cache.Indexer DefaultNodeSelector string }
func NewFake ¶ added in v1.1.2
func NewFake(c client.NamespaceInterface, store cache.Indexer, defaultNodeSelector string) *ProjectCache
NewFake is used for testing purpose only
func NewProjectCache ¶ added in v1.1.2
func NewProjectCache(client client.NamespaceInterface, defaultNodeSelector string) *ProjectCache
NewProjectCache returns a non-initialized ProjectCache. The cache needs to be run to begin functioning
func (*ProjectCache) GetNamespace ¶ added in v1.1.2
func (p *ProjectCache) GetNamespace(name string) (*kapi.Namespace, error)
func (*ProjectCache) GetNodeSelector ¶
func (p *ProjectCache) GetNodeSelector(namespace *kapi.Namespace) string
func (*ProjectCache) GetNodeSelectorMap ¶
func (*ProjectCache) Run ¶ added in v1.1.2
func (c *ProjectCache) Run()
Run builds the store that backs this cache and runs the backing reflector
func (*ProjectCache) Running ¶ added in v1.1.2
func (c *ProjectCache) Running() bool
Running determines if the cache is initialized and running
Click to show internal directories.
Click to hide internal directories.