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 ocispec.Descriptor ConfigDesc ocispec.Descriptor Nonlayers []ocispec.Descriptor Descriptors []ocispec.Descriptor Provider func(session.Group) content.Provider }
type Puller ¶
type Puller struct { ContentStore content.Store Resolver *resolver.Resolver Src reference.Spec Platform ocispec.Platform // contains filtered or unexported fields }
func (*Puller) PullManifests ¶ added in v0.8.0
func (p *Puller) PullManifests(ctx context.Context) (*PulledManifests, error)
Click to show internal directories.
Click to hide internal directories.