Versions in this module Expand all Collapse all v0 v0.1.1 Mar 8, 2018 Changes in this version + const DeleteCategory + const Deleted + const NonDeleted + const ObjectTypePods + func PodObjectIndexFuncFactory(fieldCategory, fieldName string) cache.IndexFunc + type KStore struct + HttpBind string + JoinAddr string + RaftBind string + RaftDir string + func New(client clientset.Interface, httpBind, raftBind, raftDir, join string) *KStore + func (ks *KStore) GetCacheAsJson() (string, error) + func (ks *KStore) GetCacheByIndex(indexName, indexKey string) (string, error) + func (ks *KStore) GetCacheByMultipleIndex(indexKV map[string][]string) (string, error) + func (ks *KStore) GetIndiceByName(indexName string) ([]string, error) + func (ks *KStore) Join(nodeID, addr string) error + func (ks *KStore) Reset(data *map[string]*cache.ObjectDef) error + func (ks *KStore) ServeHttp() + func (ks *KStore) Start(enableSingleNode bool, localID string) + func (ks *KStore) Stop() + func (ks *KStore) Stopped() bool + func (ks *KStore) WaitUtilStop()