Files
kubernetes/vendor/github.com/docker/docker/api/common_unix.go
Jess Frazelle 31ffd9f881 vendor: update docker cadvisor winterm
This vendor change was purely for the changes in docker to allow for
setting the Masked and Read-only paths.

See: moby/moby#36644

But because of the docker dep update it also needed cadvisor to be
updated and winterm due to changes in pkg/tlsconfig in docker

See: google/cadvisor#1967

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-08-30 11:40:05 -04:00

7 lines
119 B
Go

// +build !windows
package api
// MinVersion represents Minimum REST API version supported
const MinVersion = "1.12"