store

package
v0.0.0-...-de0957a Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2023 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	Add(ctx context.Context, name string, vol *csi.Volume) error
	Get(ctx context.Context, name string) (*csi.Volume, error)
	Remove(ctx context.Context, name string) error
	Close(ctx context.Context) error
}

Store provides a Store where the plugin will store metadata from CSI

Directories

Path Synopsis
Package etcd provides an etcd based implementation
Package etcd provides an etcd based implementation
Package file provides a simple file-based implementation for store.
Package file provides a simple file-based implementation for store.

Jump to

Keyboard shortcuts

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