Documentation ¶
Index ¶
- Constants
- func IsNone(kind string) bool
- type AccessSpec
- func (s *AccessSpec) AccessMethod(access cpi.ComponentVersionAccess) (cpi.AccessMethod, error)
- func (a *AccessSpec) Describe(ctx cpi.Context) string
- func (s *AccessSpec) GetMimeType() string
- func (s *AccessSpec) GlobalAccessSpec(ctx cpi.Context) cpi.AccessSpec
- func (s *AccessSpec) IsLocal(context cpi.Context) bool
Constants ¶
View Source
const ( Type = "none" TypeV1 = Type + runtime.VersionSeparator + "v1" LegacyType = "None" )
Type is the access type for no blob.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessSpec ¶
type AccessSpec struct {
runtime.ObjectVersionedType `json:",inline"`
}
AccessSpec describes the access for a oci registry.
func (*AccessSpec) AccessMethod ¶
func (s *AccessSpec) AccessMethod(access cpi.ComponentVersionAccess) (cpi.AccessMethod, error)
func (*AccessSpec) GetMimeType ¶
func (s *AccessSpec) GetMimeType() string
func (*AccessSpec) GlobalAccessSpec ¶ added in v0.3.0
func (s *AccessSpec) GlobalAccessSpec(ctx cpi.Context) cpi.AccessSpec
Click to show internal directories.
Click to hide internal directories.