MCPcopy Create free account
hub / github.com/containers/image / PolicyConfigurationNamespaces

Method PolicyConfigurationNamespaces

types/types.go:76–76  ·  view source on GitHub ↗

PolicyConfigurationNamespaces returns a list of other policy configuration namespaces to search for if explicit configuration for PolicyConfigurationIdentity() is not set. The list will be processed in order, terminating on first match, and an implicit "" is always checked at the end. It is STRONGL

()

Source from the content-addressed store, hash-verified

74 // It is STRONGLY recommended for the first element, if any, to be a prefix of PolicyConfigurationIdentity(),
75 // and each following element to be a prefix of the element preceding it.
76 PolicyConfigurationNamespaces() []string
77
78 // NewImage returns a types.ImageCloser for this reference, possibly specialized for this ImageTransport.
79 // The caller must call .Close() on the returned ImageCloser.

Implementers 12

tarballReferencetarball/tarball_reference.go
BlobCachepkg/blobcache/blobcache.go
storageReferencestorage/storage_reference.go
ociReferenceoci/layout/oci_transport.go
ociArchiveReferenceoci/archive/oci_transport.go
dirReferencedirectory/directory_transport.go
ForbiddenImageReferenceinternal/testing/mocks/image_reference
sifReferencesif/transport.go
openshiftReferenceopenshift/openshift_transport.go
dockerReferencedocker/docker_transport.go
daemonReferencedocker/daemon/daemon_transport.go
archiveReferencedocker/archive/transport.go

Calls

no outgoing calls