kubernetes/contrib/mesos/pkg/executor
Michael Taufen b9ad337bbd Rename ConnectToDockerOrDie to CreateDockerClientOrDie
This function does not actually attempt to connect to the docker daemon,
it just creates a client object that can be used to do so later. The old
name was confusing, as it implied that a failure to touch the docker daemon
could cause program termination (rather than just a failure to create the
client).
2016-08-26 11:21:07 -07:00
..
config Use Go canonical import paths 2016-07-16 13:48:21 -04:00
messages Use Go canonical import paths 2016-07-16 13:48:21 -04:00
service Rename ConnectToDockerOrDie to CreateDockerClientOrDie 2016-08-26 11:21:07 -07:00
apis.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
executor_test.go Rename ConnectToDockerOrDie to CreateDockerClientOrDie 2016-08-26 11:21:07 -07:00
executor.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
mock_test.go Rename ConnectToDockerOrDie to CreateDockerClientOrDie 2016-08-26 11:21:07 -07:00
node.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
registry.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
suicide_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
suicide.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
watcher.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00