apiserver-store

module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: May 6, 2026 License: Apache-2.0

README

README

This project provides a compatible rest implementation of the rest storage backend. Implemented storage providers:

  • memory
  • file
  • badgerdb

example:

registryOptions := &options.Options{
		Prefix: configDir,
		Type:   options.StorageType_KV,
		DB:     db,
	}


configStorageProvider := genericregistry.NewStorageProvider(ctx, &config.Config{}, &configregistryOptions)

Jump to

Keyboard shortcuts

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