Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
func NewProvider(c Config) (checkpoint.Provider, func() error, error)
NewProvider returns a provider based on ccfs
Types ¶
type Config ¶
type Config struct { Exec string `json:"exec,omitempty"` CacheDirectory string `json:"cache_directory,omitempty"` Registry string `json:"registry"` CacheEntriesPerCheckpoint int `json:"cache_entries_per_checkpoint,omitempty"` MaxCacheEntries int `json:"max_cache_entries,omitempty"` GCInterval int `json:"gc_interval,omitempty"` StaticWeights map[string]int `json:"weights,omitempty"` }
Click to show internal directories.
Click to hide internal directories.