Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerdCache ¶
type ContainerdCache struct {
// contains filtered or unexported fields
}
func NewContainerdCache ¶
func NewContainerdCache(namespace string) (*ContainerdCache, error)
func (*ContainerdCache) Get ¶
func (c *ContainerdCache) Get(tool *containers.ToolRef) ([]byte, error)
type DockerCache ¶
type DockerCache struct {
// contains filtered or unexported fields
}
func NewDockerCache ¶
func NewDockerCache() (*DockerCache, error)
func (*DockerCache) Get ¶
func (c *DockerCache) Get(tool *containers.ToolRef) ([]byte, error)
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
func NewFileCache ¶
Click to show internal directories.
Click to hide internal directories.