Versions in this module Expand all Collapse all v0 v0.0.3 Apr 15, 2022 v0.0.1 Apr 15, 2022 Changes in this version + type Interface interface + Get func(ctx context.Context, key string, value interface{}) error + Init func(ctx context.Context) error + Load func(ctx context.Context) error + Save func(ctx context.Context) error + Set func(ctx context.Context, key string, value interface{}) error + func NewConfigMapKVStore(ctx context.Context, name string, namespace string, ...) Interface