image/openshift
Valentin Rothberg 9a5bfe3c78 ImageDestination: add HasThreadSafePutBlob() method
Add a HasThreadSafePutBlob() method to the ImageDestination interface
and all its implementations to indicate whether the corresponding
PutBlob() method can be executed concurrently.  This is a first step to
enable parallel image copying.  By default, all transports are not
thread-safe and must be carefully migrated in later changes.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2018-12-18 17:15:02 +01:00
..
openshift-copies.go openshift: fix import for k8s.io/client-go/util/homedir 2017-01-27 23:17:40 +01:00
openshift.go ImageDestination: add HasThreadSafePutBlob() method 2018-12-18 17:15:02 +01:00
openshift_transport.go Remove a few unused context.context parameters from private functions 2018-04-10 19:12:04 +02:00
openshift_transport_test.go Put context.Context arguments on almost everything 2018-04-07 04:34:51 -07:00