Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulledManifests ¶ added in v0.8.0
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 ¶ added in v0.8.0
func (p *Puller) PullManifests(ctx context.Context, getResolver SessionResolver) (*PulledManifests, error)
Click to show internal directories.
Click to hide internal directories.