8
vendor/github.com/docker/docker/api/types/types.go
generated
vendored
8
vendor/github.com/docker/docker/api/types/types.go
generated
vendored
@ -102,9 +102,10 @@ type ContainerStats struct {
|
||||
// Ping contains response of Engine API:
|
||||
// GET "/_ping"
|
||||
type Ping struct {
|
||||
APIVersion string
|
||||
OSType string
|
||||
Experimental bool
|
||||
APIVersion string
|
||||
OSType string
|
||||
Experimental bool
|
||||
BuilderVersion BuilderVersion
|
||||
}
|
||||
|
||||
// ComponentVersion describes the version information for a specific component.
|
||||
@ -204,6 +205,7 @@ type Info struct {
|
||||
RuncCommit Commit
|
||||
InitCommit Commit
|
||||
SecurityOptions []string
|
||||
ProductLicense string `json:",omitempty"`
|
||||
}
|
||||
|
||||
// KeyValue holds a key/value pair
|
||||
|
||||
Reference in New Issue
Block a user