[][src]Module kubelet::store

store contains logic around fetching and storing modules.

Modules

composite

composite implements building complex stores from simpler ones.

fs

fs implements fetching modules from the local file system.

oci

oci implements different storage methods for fetching modules from an OCI registry.

Structs

LocalStore

A Store implementation which obtains module data from remote registries but caches it in local storage.

Traits

Store

A store of container modules.

Storer

A backing store for the LocalStore implementation of Store. The Storer handles local I/O for module data and acts as a cache implementation.