auxprogress

package
v27.0.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentMissing

type ContentMissing struct {
	ContentMissing bool `json:"contentMissing"` // Always true

	// Desc is the descriptor of the root object that was attempted to be pushed.
	Desc ocispec.Descriptor `json:"desc"`
}

ContentMissing is a note that is sent when push fails because the content is missing.

type ManifestPushedInsteadOfIndex

type ManifestPushedInsteadOfIndex struct {
	ManifestPushedInsteadOfIndex bool `json:"manifestPushedInsteadOfIndex"` // Always true

	// OriginalIndex is the descriptor of the original image index.
	OriginalIndex ocispec.Descriptor `json:"originalIndex"`

	// SelectedManifest is the descriptor of the manifest that was pushed instead.
	SelectedManifest ocispec.Descriptor `json:"selectedManifest"`
}

ManifestPushedInsteadOfIndex is a note that is sent when a manifest is pushed instead of an index. It is sent when the pushed image is an multi-platform index, but the whole index couldn't be pushed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL