generated: hack/update-vendor.sh

This commit is contained in:
Jordan Liggitt
2019-04-01 11:07:04 -04:00
parent 2ea3cbdcbc
commit d0261b1077
528 changed files with 24751 additions and 126492 deletions

View File

@@ -1,4 +1,4 @@
package api
package api // import "github.com/docker/docker/api"
// Common constants for daemon and client.
const (

View File

@@ -1,6 +1,6 @@
// +build !windows
package api
package api // import "github.com/docker/docker/api"
// MinVersion represents Minimum REST API version supported
const MinVersion = "1.12"

View File

@@ -1,4 +1,4 @@
package api
package api // import "github.com/docker/docker/api"
// MinVersion represents Minimum REST API version supported
// Technically the first daemon API version released on Windows is v1.25 in

View File

@@ -1,4 +1,4 @@
package types
package types // import "github.com/docker/docker/api/types"
// AuthConfig contains authorization information for connecting to a Registry
type AuthConfig struct {

View File

@@ -1,4 +1,4 @@
package blkiodev
package blkiodev // import "github.com/docker/docker/api/types/blkiodev"
import "fmt"

View File

@@ -1,4 +1,4 @@
package types
package types // import "github.com/docker/docker/api/types"
import (
"bufio"

View File

@@ -1,4 +1,4 @@
package types
package types // import "github.com/docker/docker/api/types"
import (
"github.com/docker/docker/api/types/container"

View File

@@ -1,4 +1,4 @@
package container
package container // import "github.com/docker/docker/api/types/container"
import (
"time"

View File

@@ -1,4 +1,4 @@
package container
package container // import "github.com/docker/docker/api/types/container"
import (
"strings"

View File

@@ -1,6 +1,6 @@
// +build !windows
package container
package container // import "github.com/docker/docker/api/types/container"
// IsValid indicates if an isolation technology is valid
func (i Isolation) IsValid() bool {

View File

@@ -1,4 +1,4 @@
package container
package container // import "github.com/docker/docker/api/types/container"
// IsBridge indicates whether container uses the bridge network stack
// in windows it is given the name NAT

View File

@@ -1,4 +1,4 @@
package container
package container // import "github.com/docker/docker/api/types/container"
// WaitCondition is a type used to specify a container state for which
// to wait.

View File

@@ -1,4 +1,4 @@
package events
package events // import "github.com/docker/docker/api/types/events"
const (
// ContainerEventType is the event type that containers generate

View File

@@ -1,7 +1,7 @@
/*Package filters provides tools for encoding a mapping of keys to a set of
multiple values.
*/
package filters
package filters // import "github.com/docker/docker/api/types/filters"
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package mount
package mount // import "github.com/docker/docker/api/types/mount"
import (
"os"

View File

@@ -1,4 +1,4 @@
package network
package network // import "github.com/docker/docker/api/types/network"
// Address represents an IP address
type Address struct {

View File

@@ -1,4 +1,4 @@
package types
package types // import "github.com/docker/docker/api/types"
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package registry
package registry // import "github.com/docker/docker/api/types/registry"
// ----------------------------------------------------------------------------
// DO NOT EDIT THIS FILE

View File

@@ -1,4 +1,4 @@
package registry
package registry // import "github.com/docker/docker/api/types/registry"
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package types
package types // import "github.com/docker/docker/api/types"
// Seccomp represents the config for a seccomp profile for syscall restriction.
type Seccomp struct {

View File

@@ -1,6 +1,6 @@
// Package types is used for API stability in the types and response to the
// consumers of the API stats endpoint.
package types
package types // import "github.com/docker/docker/api/types"
import "time"

View File

@@ -1,4 +1,4 @@
package strslice
package strslice // import "github.com/docker/docker/api/types/strslice"
import "encoding/json"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import "time"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import "os"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import (
"time"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import (
"github.com/docker/docker/api/types/network"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
// Node represents a node.
type Node struct {

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
// RuntimeType is the type of runtime used for the TaskSpec
type RuntimeType string

View File

@@ -1,3 +1,3 @@
//go:generate protoc -I . --gogofast_out=import_path=github.com/docker/docker/api/types/swarm/runtime:. plugin.proto
package runtime
package runtime // import "github.com/docker/docker/api/types/swarm/runtime"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import "os"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import "time"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import "time"

View File

@@ -1,4 +1,4 @@
package swarm
package swarm // import "github.com/docker/docker/api/types/swarm"
import (
"time"

View File

@@ -1,4 +1,4 @@
package time
package time // import "github.com/docker/docker/api/types/time"
import (
"strconv"

View File

@@ -1,4 +1,4 @@
package time
package time // import "github.com/docker/docker/api/types/time"
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package types
package types // import "github.com/docker/docker/api/types"
import (
"errors"

View File

@@ -1,4 +1,4 @@
package versions
package versions // import "github.com/docker/docker/api/types/versions"
import (
"strconv"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -39,7 +39,7 @@ For example, to list running containers (the equivalent of "docker ps"):
}
*/
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,6 +1,6 @@
// +build linux freebsd openbsd darwin
package client
package client // import "github.com/docker/docker/client"
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
const DefaultDockerHost = "unix:///var/run/docker.sock"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
const DefaultDockerHost = "npipe:////./pipe/docker_engine"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import "context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import "context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import "context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"bufio"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
// APIClient is an interface that clients that talk with a docker server must implement.
type APIClient interface {

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

View File

@@ -1,4 +1,4 @@
package client
package client // import "github.com/docker/docker/client"
import (
"context"

Some files were not shown because too many files have changed in this diff Show More