Documentation ¶
Overview ¶
This package is deprecated. Its functionality has been moved to github.com/containers/common/libimage/manifests, which provides the same API. The stubs here are present for compatibility with older code. New implementations should use github.com/containers/common/libimage/manifests directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrListImageUnknown is an alias for github.com/containers/common/libimage/manifests.ErrListImageUnknown ErrListImageUnknown = manifests.ErrListImageUnknown )
Functions ¶
This section is empty.
Types ¶
type List ¶
List is an alias for github.com/containers/common/libimage/manifests.List.
type PushOptions ¶
type PushOptions = manifests.PushOptions
PushOptions is an alias for github.com/containers/common/libimage/manifests.PushOptions.
Click to show internal directories.
Click to hide internal directories.