Documentation
¶
Index ¶
- func Exist(ctx context.Context, reference string, tag string) (bool, error)
- func Exists(ctx context.Context, img *Image, registries []Registry) (map[string]bool, error)
- type Exister
- type Image
- type ImportOption
- type Puller
- type Pusher
- type Registry
- func (r Registry) Exist(ctx context.Context, name string, tag string) (bool, error)
- func (r Registry) GetName() string
- func (r Registry) Pull(ctx context.Context, name string, tag string) (bool, error)
- func (r Registry) Push(ctx context.Context, sourceURL string, name string, tag string) (v1.Descriptor, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
func (Image) TagOrDigest ¶
type ImportOption ¶
Click to show internal directories.
Click to hide internal directories.