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

Method SetDefaultUIDMap

storage/storage_transport.go:78–78  ·  view source on GitHub ↗

SetDefaultUIDMap sets the default UID map to use when opening stores.

(idmap []idtools.IDMap)

Source from the content-addressed store, hash-verified

76 NewStoreReference(store storage.Store, named reference.Named, id string) (*storageReference, error)
77 // SetDefaultUIDMap sets the default UID map to use when opening stores.
78 SetDefaultUIDMap(idmap []idtools.IDMap)
79 // SetDefaultGIDMap sets the default GID map to use when opening stores.
80 SetDefaultGIDMap(idmap []idtools.IDMap)
81 // DefaultUIDMap returns the default UID map used when opening stores.

Callers 1

Implementers 1

storageTransportstorage/storage_transport.go

Calls

no outgoing calls

Tested by 1