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 ¶
func New ¶
func New(digest digest.Digest) *localblob.AccessSpec
New creates a new LocalOCIBlob accessor. Deprecated: Use LocalBlob.
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.
Click to show internal directories.
Click to hide internal directories.