package
0.0.0-20241110042726-8cac22a9eff7
Repository: https://github.com/portainer/k2d.git
Documentation: pkg.go.dev
# Functions
NewFileSystemStore initializes a new FileSystemStore with specified options.
# Constants
ConfigMapFolder is the name of the directory where ConfigMaps are stored.
ConfigMapSeparator is the separator that is used to build the name of a ConfigMap file.
CreationTimestampLabelKey is the key used to store the creation timestamp of a Configmap or Secret resource in the associated metadata file.
FilePathAnnotationKey is the key used to store the path to a data file for a ConfigMap or Secret resource It is used to construct binds when mounting these files in containers.
SecretFolder is the name of the directory where Secrets are stored.
SecretSeparator is the separator that is used to build the name of a Secret file.
# Structs
FileSystemStore is a structure that represents a file system store.
FileSystemStoreOptions represents options used to create a new FileSystemStore.