Documentation
¶
Overview ¶
Package image ... from containerd/pkg/cri/store/image
Index ¶
- Variables
- type Image
- type Option
- type Store
- func (s *Store) DeleteLastRefTime(refOrID string)
- func (s *Store) FlushImageRefTime()
- func (s *Store) Get(id string) (Image, error)
- func (s *Store) GetLastRefTime(id string) time.Time
- func (s *Store) List() []Image
- func (s *Store) RecoverRefTime() error
- func (s *Store) Resolve(ref string) (string, error)
- func (s *Store) Update(ctx context.Context, ref string) error
- func (s *Store) UpdateLastRefTime(refOrID string)
- func (s *Store) UpdateWithCosImage(img *Image) error
- func (s *Store) UpdateWithNfsImage(img *Image) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DBBucketUsage = "usage/v1"
)
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewFakeStore ¶
func (*Store) DeleteLastRefTime ¶
func (*Store) FlushImageRefTime ¶
func (s *Store) FlushImageRefTime()
func (*Store) RecoverRefTime ¶
func (*Store) UpdateLastRefTime ¶
func (*Store) UpdateWithCosImage ¶
func (*Store) UpdateWithNfsImage ¶
Click to show internal directories.
Click to hide internal directories.