Documentation ¶
Overview ¶
Package store implements the interface for db operations and objects storage, currently using ZK
Including Framework, application, version, task, taskgroup, configmap, secret, deployment, service, endpoint, agent.
Implements of cache.
Index ¶
Constants ¶
View Source
const ( //admission webhook zk node AdmissionWebhookNode string = "admissionwebhook" )
Variables ¶
This section is empty.
Functions ¶
func NewManagerStore ¶
func NewManagerStore(dbDriver store.Dbdrvier, pm *pluginManager.PluginManager, clusterId string) store.Store
Create a store manager by a db driver
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.