Sen Lu
6b7ccc9aaa
always use golint from vendor
2018-12-27 12:05:45 -08:00
Sen Lu
f2604ddc62
install golint from vendor
2018-12-26 10:42:24 -08:00
Sen Lu
242ce12de7
vendor golint
2018-12-26 10:42:24 -08:00
Kubernetes Prow Robot
fa2cffbd4a
Merge pull request #72223 from misterikkit/godocs
...
Add godoc to pkg/util/configz.
2018-12-21 13:49:53 -08:00
wojtekt
73d14dede6
Promote Lease API to v1
2018-12-20 15:39:57 +01:00
Kubernetes Prow Robot
3dc1772268
Merge pull request #71891 from WanLinghao/daemonset_storage_test_fix
...
Fix unit test error in pkg/registry/apps/daemonset/storage/
2018-12-20 04:42:09 -08:00
Kubernetes Prow Robot
cbc3ec7899
Merge pull request #67791 from tallclair/runtimeclass-api
...
Add node-api staging repo w/ RuntimeClass API
2018-12-20 03:11:33 -08:00
Kubernetes Prow Robot
6902f3112d
Merge pull request #71176 from idealhack/fix-unreachable-code-and-golint-warnings
...
Fix go vet and golint warnings
2018-12-19 20:45:16 -08:00
Jonathan Basseri
ec247ca0be
Add godoc to pkg/util/configz.
...
Document the intended use of this package. In particular, document the
fact that it is intended for ComponentConfig.
2018-12-19 17:38:30 -08:00
Christoph Blecker
b19fb0a77e
Clean up artifacts variables in hack scripts
2018-12-19 15:17:13 -08:00
Kubernetes Prow Robot
00ca6939cb
Merge pull request #72038 from bowei/change-gce-cloud-provider
...
Change gce cloud provider
2018-12-19 14:13:55 -08:00
Jordan Liggitt
b409ffa658
Update test manifests to apps/v1
2018-12-19 11:19:12 -05:00
Kubernetes Prow Robot
be5a1fb734
Merge pull request #70875 from Liujingfang1/enable-kustomize
...
Enable kustomize in kubectl
2018-12-19 00:51:41 -08:00
WanLinghao
80b6459bd0
Fix unit test error in pkg/registry/apps/daemonset/storage/
2018-12-19 13:34:03 +08:00
Tim Allclair
03fdecbde4
Add node-api code generators
2018-12-18 16:06:56 -08:00
Sen Lu
ea4320681f
make integration/verify script look for k8s under GOPATH
2018-12-18 15:18:42 -08:00
Bowei Du
f953175314
Removing verify cloudprovider-gce script that is no longer needed
2018-12-18 10:28:06 -08:00
Bowei Du
dfac4f7a2c
Update other references
2018-12-18 10:26:46 -08:00
Tim Allclair
2f6f3be23e
Add new node-api repo
2018-12-17 16:29:37 -08:00
Kubernetes Prow Robot
c172d61ec1
Merge pull request #71921 from cblecker/split-godep
...
Provide option to split godeps tests from main verify job
2018-12-14 03:26:37 -08:00
Antonin Stefanutti
f2dc1e2dc6
Use KUBECTL variable to create kube-apiserver-kubelet-admin clusterrolebinding
2018-12-12 19:16:28 +01:00
Christoph Blecker
d90ae78a86
Provide option to split godeps tests from main verify job
2018-12-11 16:42:45 -08:00
Antoine Pelisse
b6135f63aa
diff: Fix overlapping filenames
...
The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
2018-12-11 09:19:52 -08:00
Kubernetes Prow Robot
3b53ea5ea4
Merge pull request #71690 from liggitt/secured-kubelet
...
enable secured kubelet in hack/local-up-cluster.sh
2018-12-04 08:26:14 -08:00
Kubernetes Prow Robot
a9b69dc381
Merge pull request #71615 from jpbetz/etcd-3.3.10-0-image
...
Update default etcd server to 3.3.10 for kubernetes 1.14
2018-12-04 02:54:34 -08:00
Kubernetes Prow Robot
b1aed1593e
Merge pull request #70682 from idealhack/fix-golint-pkg-kubectl-cmd
...
Fix some golint errors for packages in `pkg/kubectl/cmd`
2018-12-04 00:49:09 -08:00
Jordan Liggitt
67849e6a94
secure kubelet in local-up-cluster
2018-12-04 00:15:01 -05:00
Joe Betz
862b945e5a
Update default etcd server to 3.3.10 for kubernetes 1.13
2018-12-03 11:03:49 -08:00
Kubernetes Prow Robot
9b160ab90f
Merge pull request #71538 from cblecker/godep-path
...
Don't use hermetic go environment for installing godep
2018-11-30 23:40:08 -08:00
k8s-ci-robot
be6ce4aca0
Merge pull request #71524 from ixdy/bazel-_output-local-go
...
make bazel not follow the infinite symlink in _output/local/go
2018-11-30 08:20:09 -08:00
k8s-ci-robot
79e5cb2cb7
Merge pull request #71302 from liggitt/verify-unit-test-feature-gates
...
Split mutable and read-only access to feature gates, limit tests to readonly access
2018-11-29 21:45:12 -08:00
k8s-ci-robot
15556551be
Merge pull request #68942 from nikhita/csi-api-staging-restrict-imports
...
Add import restrictions for csi-api
2018-11-29 21:44:42 -08:00
k8s-ci-robot
7db6ad1f0e
Merge pull request #70781 from emwalker/68026-golint-fixes-4
...
Remove test/images/* from hack/.golint_failures
2018-11-29 11:16:28 -08:00
Jeff Grafton
e3fac7690b
Make Bazel not follow the infinite symlink in _output/local/go
...
Otherwise, calling make followed by bazel might fail, requiring one to
run make clean first.
Additionally, add comments explaining why we must do this.
2018-11-29 10:47:36 -08:00
k8s-ci-robot
7a958cf9e9
Merge pull request #68402 from saravanan30erd/cloudprovider-ovirt
...
Fix golint failures - pkg/cloudprovider/providers/ovirt
2018-11-28 21:44:38 -08:00
Christoph Blecker
b1aae87327
Don't use hermetic go environment for installing godep
...
This is unneeded, and causes this build environment to persist throughout the lifetime of any godep script.
2018-11-28 16:31:25 -08:00
Yang Li
43f9302b90
Fix golint warnings
2018-11-27 10:24:25 +08:00
Nikhita Raghunath
d21096576f
Add import restrictions for csi-api
2018-11-27 00:51:21 +05:30
Jingfang Liu
5604a15024
update staging Godeps and import restrictions
2018-11-26 11:03:00 -08:00
Yang Li
141d33a2a5
Fix some golint errors for packages in `pkg/kubectl/cmd`
...
Co-authored-by: Arijit Basu <sayanarijit@gmail.com>
2018-11-22 22:09:08 +08:00
saad-ali
aa8244beb5
Modify CSI to handle both 0.3 and 1.0
...
Modify the CSI volume plugin to handle CSI version 0.x as well as 1.x
2018-11-21 18:37:31 -08:00
Jordan Liggitt
91980a0f61
Add verification script for test feature gate modification
2018-11-21 11:51:33 -05:00
Jordan Liggitt
8799eb4e2e
Revert "Merge pull request #67205 from roycaihw/crd-openapi-spec"
...
This reverts commit 54ee58b2d6
, reversing
changes made to 9e2820e4c9
.
2018-11-16 16:36:24 -05:00
k8s-ci-robot
54ee58b2d6
Merge pull request #67205 from roycaihw/crd-openapi-spec
...
Serve OpenAPI spec for registered CRDs
2018-11-16 05:12:41 -08:00
k8s-ci-robot
e615df9d23
Merge pull request #70950 from yue9944882/chore/prune-cli-describer-internal
...
Use versioned types in kubectl describer
2018-11-15 15:00:12 -08:00
Haowei Cai
5bb4b32503
Allow apiextensions-apiserver to import kube-openapi
2018-11-15 11:00:55 -08:00
David Ashpole
aa9ba976ac
generate go client for kubelet podresources API
2018-11-15 09:38:59 -08:00
zuoxiu.jm
da9387131e
prune internal clients from kubectl describer
2018-11-16 00:11:10 +08:00
k8s-ci-robot
22eb2b0dae
Merge pull request #70966 from awly/cert-triple-cleanup
...
Remove k8s.io/client-go/util/cert/triple
2018-11-14 19:20:07 -08:00
k8s-ci-robot
79dab474c0
Merge pull request #70555 from prameshj/nodelocaldnscache
...
Support running a nodelocal dns cache
2018-11-14 00:18:56 -08:00