package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewFileStore returns an instance of FileStore.
ValidateKey returns an error if the given key does not meet the requirement of the key format and length.
# Variables
ErrKeyNotFound is the error returned if key is not found in Store.
# Structs
FileStore is an implementation of the Store interface which stores data in files.
# Interfaces
Store provides the interface for storing keyed data.