 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageCache ¶ added in v0.0.8
type ImageCache struct {
	Name      string
	Path      string
	Image     *v1.Image
	ImagePath string
	Ref       *name.Reference
	// contains filtered or unexported fields
}
    func SaveImage ¶
func SaveImage(image string, cli command.Cli) (*ImageCache, error)
SaveImage stores the v1.Image at path returned in OCI format
func (*ImageCache) Cleanup ¶ added in v0.0.8
func (c *ImageCache) Cleanup()
func (*ImageCache) StoreImage ¶ added in v0.0.8
func (c *ImageCache) StoreImage() error
type ImageId ¶
type ImageId struct {
	// contains filtered or unexported fields
}
    func (ImageId) Context ¶
func (i ImageId) Context() name.Repository
func (ImageId) Identifier ¶
 Click to show internal directories. 
   Click to hide internal directories.