Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrConnectionRefused = errors.New("Cannot connect to the Docker daemon. Is 'docker -d' running on this host?")
)
Functions ¶
This section is empty.
Types ¶
type KraneClientApi ¶
type KraneClientApi struct {
// contains filtered or unexported fields
}
func NewKraneClientApi ¶
func NewKraneClientApi(ship types.Ship, strict bool, job *dockerEngine.Job) *KraneClientApi
func (*KraneClientApi) Call ¶
func (cli *KraneClientApi) Call(method, path string, data interface{}, passAuthInfo bool) (io.ReadCloser, int, error)
func (*KraneClientApi) HTTPClient ¶
func (cli *KraneClientApi) HTTPClient() *http.Client
Click to show internal directories.
Click to hide internal directories.