kubernetes/pkg/kubectl/cmd/util/openapi/validation
Kubernetes Submit Queue 507790c9c6 Merge pull request #54181 from apelisse/update-kube-openapi
Automatic merge from submit-queue (batch tested with PRs 54199, 54181, 54196). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update openapi to use kube-openapi code

**What this PR does / why we need it**: OpenAPI code has moved to `github.com/kubernetes/kube-openapi`. Let's use that code as a dependency, since now it's duplicated.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #51823

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```

No user visible changes. Just code moving around.
2017-10-20 18:57:03 -07:00
..
BUILD Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
errors.go openapi: Add validation logic 2017-08-11 17:02:31 -07:00
types.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
validation_suite_test.go openapi: Add validation logic 2017-08-11 17:02:31 -07:00
validation_test.go Create new unit tests for version and kind validation 2017-10-17 23:10:20 -04:00
validation.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00