cache

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Destination

func Destination(opts *config.KanikoOptions, cacheKey string) (string, error)

Destination returns the repo where the layer should be stored If no cache is specified, one is inferred from the destination provided

func LocalSource added in v0.5.0

func LocalSource(opts *config.KanikoOptions, cacheKey string) (v1.Image, error)

func WarmCache added in v0.5.0

func WarmCache(opts *config.WarmerOptions) error

Types

type LayerCache added in v0.6.0

type LayerCache interface {
	RetrieveLayer(string) (v1.Image, error)
}

type RegistryCache added in v0.6.0

type RegistryCache struct {
	Opts *config.KanikoOptions
}

func (*RegistryCache) RetrieveLayer added in v0.6.0

func (rc *RegistryCache) RetrieveLayer(ck string) (v1.Image, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL