Documentation ¶
Index ¶
Constants ¶
View Source
const ( Type = "localFilesystemBlob" TypeV1 = Type + runtime.VersionSeparator + "v1" )
Type is the access type of a blob in a local filesystem.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessSpec ¶
type AccessSpec struct { runtime.ObjectVersionedType `json:",inline"` // FileName is the Filename string `json:"fileName"` // MediaType is the media type of the object represented by the blob MediaType string `json:"mediaType"` }
AccessSpec describes the access for a blob on the filesystem. Deprecated: use LocalBlob.
Click to show internal directories.
Click to hide internal directories.