Vendor in lots of kubernetes stuff to shrink image size

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: 
Approved by: mheon
This commit is contained in:
Daniel J Walsh
2018-03-26 18:26:55 -04:00
committed by Atomic Bot
parent 26d7e3c7b8
commit af64e10400
1918 changed files with 158412 additions and 806972 deletions
cmd/podman
contrib/spec
vendor.conf
vendor
github.com
PuerkitoBio
boltdb/bolt
containerd/continuity/pathdriver
containernetworking/plugins
coreos/go-systemd/util
cri-o/ocicni/pkg/ocicni
cyphar/filepath-securejoin
dgrijalva/jwt-go
docker/docker
README.md
api
client
daemon/caps
hack
pkg
profiles/seccomp
vendor.conf
emicklei
exponent-io/jsonpath
fsnotify/fsnotify
go-openapi
gogo/protobuf
golang/protobuf
googleapis/gnostic
json-iterator/go
juju/ratelimit
mailru/easyjson
mattn/go-sqlite3
ugorji/go
ulule/deepcopier
golang.org/x
gopkg.in/square/go-jose.v2
k8s.io
api
LICENSEREADME.md
admissionregistration
apps
authentication
authorization
autoscaling
batch
certificates/v1beta1
core/v1
events/v1beta1
extensions/v1beta1
networking/v1
policy/v1beta1
rbac
scheduling/v1alpha1
settings/v1alpha1
storage
apiextensions-apiserver
apimachinery
README.md
pkg
api
apimachinery
apis/meta
conversion
cloner.go
queryparams
unstructured
fields
labels
openapi
runtime
util
watch
third_party/forked/golang
json
reflect
apiserver
README.md
pkg
authentication/serviceaccount
features
util/feature
client-go
README.md
discovery
informers
admissionregistration
apps
autoscaling
batch
certificates
core
events
extensions
factory.gogeneric.go
internalinterfaces
networking
policy
rbac
scheduling
settings
storage
kubernetes
clientset.godoc.goimport.go
scheme
typed
admissionregistration
apps
authentication
authorization
autoscaling
batch
certificates/v1beta1
core/v1
events/v1beta1
extensions/v1beta1
networking/v1
policy/v1beta1
rbac
scheduling/v1alpha1
settings/v1alpha1
storage
listers
admissionregistration
apps
autoscaling
batch
certificates/v1beta1
core/v1
events/v1beta1
extensions/v1beta1
networking/v1
policy/v1beta1
rbac
scheduling/v1alpha1
settings/v1alpha1
storage
pkg
api
apis
admissionregistration
apps
authentication
authorization
autoscaling
batch
certificates
extensions
networking
policy
rbac
settings
storage
util
version
rest
tools
transport
util
kube-openapi
kubernetes
README.md
pkg
api
apis
admissionregistration
apps
authentication
authorization
autoscaling
batch
certificates
core
extensions
networking
policy
rbac
settings
storage
capabilities
client/clientset_generated/clientset
clientset.godoc.goimport_known_versions.go
scheme
typed
admissionregistration/v1alpha1
authentication
authorization
autoscaling
batch
certificates/v1beta1
core/v1
extensions/v1beta1
networking/v1
policy/v1beta1
rbac
settings/v1alpha1
storage
cloudprovider
controller
features
fieldpath
kubelet
master/ports
scheduler/api
security/apparmor
serviceaccount
util
volume
utils

@ -1,24 +0,0 @@
// Copyright 2015 go-swagger maintainers
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package spec
// ContactInfo contact information for the exposed API.
//
// For more information: http://goo.gl/8us55a#contactObject
type ContactInfo struct {
Name string `json:"name,omitempty"`
URL string `json:"url,omitempty"`
Email string `json:"email,omitempty"`
}