Documentation
¶
Index ¶
- func ConvertPlatformV1ToCtrd(v1Platform *v1.Platform) platforms.Platform
- func DescribePlatform(platform platforms.Platform) string
- func DescribePlatforms(plats ...platforms.Platform) string
- func FindManifestForPlatform(findFor platforms.Platform, manifests []v1.Descriptor) *v1.Descriptor
- func FindManifestForPlatforms(findFor []platforms.Platform, manifests []v1.Descriptor) *v1.Descriptor
- func WithPlatforms(v1Platforms ...*v1.Platform) func(*PullOption)
- type Client
- type DiskLayerWriter
- type LayerWriter
- type PullOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPlatformV1ToCtrd ¶
func DescribePlatform ¶
func DescribePlatforms ¶
func FindManifestForPlatform ¶
func FindManifestForPlatform(findFor platforms.Platform, manifests []v1.Descriptor) *v1.Descriptor
func FindManifestForPlatforms ¶
func FindManifestForPlatforms(findFor []platforms.Platform, manifests []v1.Descriptor) *v1.Descriptor
func WithPlatforms ¶ added in v0.6.0
func WithPlatforms(v1Platforms ...*v1.Platform) func(*PullOption)
Types ¶
type DiskLayerWriter ¶
type DiskLayerWriter struct {
}
func NewDiskLayerWriter ¶
func NewDiskLayerWriter() *DiskLayerWriter
type PullOption ¶
Click to show internal directories.
Click to hide internal directories.