kubernetes/vendor/k8s.io
Kubernetes Submit Queue 614e3adda0
Merge pull request #65737 from roycaihw/api-linter
Automatic merge from submit-queue (batch tested with PRs 64181, 65737). 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>.

API linter framework and namesMatch API rule

**What this PR does / why we need it**:
Bump kube-openapi dependency to use the [API linter framework](https://github.com/kubernetes/kube-openapi/pull/83) in k/k OpenAPI spec generation procedure. 

Currently one API rule is enforced: 
"Go field names must be CamelCase. JSON field names must be camelCase. Other than capitalization of the initial letter, the two should almost always match. No underscores nor dashes in either."

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

**Special notes for your reviewer**:
Most code change in this PR was generated (~1700 lines). Please see commits for detail.

**Release note**:

```release-note
NONE
```

/sig api-machinery
/cc @pwittrock @mbohlool
2018-07-13 18:00:00 -07:00
..
gengo bump(github.com/kubernetes/gengo): ecfcee3e19c8f1ac0e50e9b9c307626f343ce15f 2018-07-02 10:44:18 +02:00
heapster Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
kube-openapi generated 2018-07-10 17:53:09 -07:00
utils Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
api split v1/register.go to regsiter.go and builder.go 2017-06-22 10:21:42 -07:00
apiextensions-apiserver Rename {kube- ->}apiextensions-{-> api}server 2017-06-06 12:06:31 +02:00
apimachinery k8s.io/apimachinery scripts 2017-01-11 08:15:34 -05:00
apiserver move pkg/auth/user to staging 2017-01-04 10:27:04 -05:00
client-go added copy.sh which cuts the client repo; made necessary changes to scripts in 2016-08-09 14:07:53 -07:00
code-generator Rename k8s.io/{kube-gen -> code-generator} 2017-08-17 13:15:27 +02:00
kube-aggregator update scripts for new kube-aggregator location 2017-02-14 14:16:59 -05:00
metrics move metrics to staging 2017-05-01 16:43:50 -07:00
sample-apiserver create sample-apiserver repo for people to inspect 2017-02-08 10:35:29 -05:00
sample-controller Add sample CustomResourceDefinition controller 2017-10-19 00:21:57 +01:00