coredns/vendor/github.com/go-openapi/spec
Yong Tang 7fe5b0bb1f Update k8s client-go to v6.0.0 (#1340)
* Update k8s client-go to v6.0.0

This fix updates k8s client-go to v6.0.0 as CoreDNS is supported
in 1.9 and v6.0.0 is the recommended version.

There are quite some massive changes that need to be made:
1. k8s.io/client-go/pkg/api/v1 has been changed to k8s.io/api/v1 (repo changed from `client-go` to `api`)
2. kubernetes.Clientset adds one extra layer, so that `kubernetes.Clientset.Services()` and like has been changed to `kubernetes.Clientset.CoreV1().Services()`

Also, we have to stick with specific commits of `k8s.io/apimachinery` and the newly introduced `k8s.io/api`
because go dep still could not figure out the right version to fetch.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update vendor with `dep ensure --update` and `dep prune`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-01-03 11:11:28 +00:00
..
.editorconfig Update vendor with go dep 2017-04-28 09:14:54 -07:00
.gitignore Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml Update vendor with go dep 2017-04-28 09:14:54 -07:00
auth_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
bindata.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
CODE_OF_CONDUCT.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
contact_info.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
contact_info_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
expander.go Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00
expander_test.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
external_docs.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
external_docs_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
header.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
header_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
info.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
info_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
items.go Update zipkin to the newer version (#1205) 2017-11-08 16:21:11 +00:00
items_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
license.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
license_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
operation.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
operation_test.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
parameter.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
parameters_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
path_item.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
path_item_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
paths.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
paths_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
properties_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
ref.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
response.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
response_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
responses.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
schema.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
schema_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
security_scheme.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
spec.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
structs_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
swagger.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
swagger_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
tag.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
xml_object.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
xml_object_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00

OAI object model Build Status codecov Slack Status

license GoDoc

The object model for OpenAPI specification documents