Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheEngine ¶
type CacheEngine interface { CreateCacheJob(cacheBackend *cachev1alpha1.CacheBackend) (error error) Name() string }
type NewCacheEngine ¶
type NewCacheEngine func(client client.Client) CacheEngine
Click to show internal directories.
Click to hide internal directories.