Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulledManifests ¶
type PulledManifests struct {
Ref string
MainManifestDesc ocispecs.Descriptor
ConfigDesc ocispecs.Descriptor
Nonlayers []ocispecs.Descriptor
Descriptors []ocispecs.Descriptor
Provider func(session.Group) content.Provider
}
type Puller ¶
type Puller struct {
ContentStore content.Store
Resolver remotes.Resolver
Src reference.Spec
Platform ocispecs.Platform
// contains filtered or unexported fields
}
func (*Puller) PullManifests ¶
func (p *Puller) PullManifests(ctx context.Context, getResolver SessionResolver) (*PulledManifests, error)
Click to show internal directories.
Click to hide internal directories.