Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoNydusAlternative = errors.New("no alternative nydus descriptor found in index")
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) CheckIndexAlternative ¶
func (manager *Manager) CheckIndexAlternative(ctx context.Context, ref string, manifestDigest digest.Digest) (*ocispec.Descriptor, error)
CheckIndexAlternative attempts to find a nydus alternative manifest within an OCI index manifest for the specified manifest digest.
Click to show internal directories.
Click to hide internal directories.