Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheExporter ¶
type CacheExporter struct {
// contains filtered or unexported fields
}
func NewCacheExporter ¶
func NewCacheExporter(opt ExporterOpt) *CacheExporter
func (*CacheExporter) ExporterForTarget ¶
func (ce *CacheExporter) ExporterForTarget(target string) *RegistryCacheExporter
func (*CacheExporter) Finalize ¶
func (ce *CacheExporter) Finalize(ctx context.Context, cc *v1.CacheChains, target string) error
type CacheImporter ¶
type CacheImporter struct {
// contains filtered or unexported fields
}
func NewCacheImporter ¶
func NewCacheImporter(opt ImportOpt) *CacheImporter
func (*CacheImporter) Resolve ¶
func (ci *CacheImporter) Resolve(ctx context.Context, ref string) (solver.CacheManager, error)
type ExporterOpt ¶
type RegistryCacheExporter ¶
type RegistryCacheExporter struct { solver.CacheExporterTarget // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.