localociblob

package
v0.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

View Source
const (
	Type   = "localOciBlob"
	TypeV1 = Type + runtime.VersionSeparator + "v1"
)

Type is the access type for a component version local blob in an OCI repository.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessSpec

type AccessSpec struct {
	runtime.ObjectVersionedType `json:",inline"`

	// Digest is the digest of the targeted content.
	Digest digest.Digest `json:"digest"`
}

AccessSpec describes the access for a oci registry. Deprecated: Use LocalBlob.

func New

func New(digest digest.Digest) *AccessSpec

New creates a new LocalOCIBlob accessor. Deprecated: Use LocalBlob.

func (*AccessSpec) AccessMethod

func (*AccessSpec) Describe

func (a *AccessSpec) Describe(ctx cpi.Context) string

func (*AccessSpec) GetMimeType

func (s *AccessSpec) GetMimeType() string

func (AccessSpec) IsLocal

func (s AccessSpec) IsLocal(context cpi.Context) bool

Jump to

Keyboard shortcuts

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