Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Resolver Resolver remotes.Resolver // ProgressOutput to display progress ProgressOutput io.Writer // RemoteOpts, e.g. containerd.WithPullUnpack. // // Regardless to RemoteOpts, the following opts are always set: // WithResolver, WithImageHandler, WithSchema1Conversion // // RemoteOpts related to unpacking can be set only when len(Platforms) is 1. RemoteOpts []containerd.RemoteOpt Platforms []ocispec.Platform // empty for all-platforms }
Config for content fetch
Click to show internal directories.
Click to hide internal directories.