Aaron Crickenberger
03ad7d2d6f
add import-alias for k8s.io/api/batch/v1
2019-06-20 11:40:01 -07:00
Aaron Crickenberger
9a9f224ba5
add import-alias for k8s.io/api/autoscaling/v1
2019-06-20 11:39:59 -07:00
Aaron Crickenberger
b36ee2bff1
add import-alias for k8s.io/api/authorization/v1beta1
2019-06-20 11:39:57 -07:00
Aaron Crickenberger
a4d08ada9c
add import-alias for k8s.io/api/authorization/v1
2019-06-20 11:39:54 -07:00
Aaron Crickenberger
43d27a6422
add import-alias for k8s.io/api/authentication/v1beta1
2019-06-20 11:39:52 -07:00
Aaron Crickenberger
d3b2f4c514
add import-alias for k8s.io/api/authentication/v1
2019-06-20 11:39:49 -07:00
Aaron Crickenberger
426ffe0913
add import-alias for k8s.io/api/auditregistration/v1alpha1
2019-06-20 11:39:47 -07:00
Aaron Crickenberger
f38e47dd9d
add import-alias for k8s.io/api/apps/v1beta2
2019-06-20 11:39:45 -07:00
Aaron Crickenberger
1ca8ebce4c
add import-alias for k8s.io/api/apps/v1beta1
2019-06-20 11:39:43 -07:00
Aaron Crickenberger
0aae740ede
add import-alias for k8s.io/api/apps/v1
2019-06-20 11:39:40 -07:00
Aaron Crickenberger
1aa22b8e22
add import-alias for k8s.io/api/admission/v1beta1
2019-06-20 11:39:38 -07:00
Aaron Crickenberger
ba36cc9ebb
add import-alias for k8s.io/api/admissionregistration/v1beta1
2019-06-20 11:39:35 -07:00
obitech
cbdfccc9f8
Fix golint issues in pkg/kubelet/secret
2019-06-20 19:56:29 +02:00
obitech
b767b1b250
Fix golint issues in pkg/kubelet/prober/results
2019-06-20 19:55:15 +02:00
Kubernetes Prow Robot
ab3b24ac0a
Merge pull request #77798 from xychu/fix-shellchecks-b
...
Fix shellchecks in test/cmd/{b,c}.*.sh
2019-06-20 10:00:52 -07:00
Kubernetes Prow Robot
0ce16a3992
Merge pull request #79186 from oomichi/remove-mapfile
...
Replace mapfile with kube::util::read-array
2019-06-20 04:42:49 -07:00
Kubernetes Prow Robot
465e96535d
Merge pull request #78836 from dims/verify-import-aliases-during-typecheck
...
Verify import aliases
2019-06-19 21:11:01 -07:00
toyoda
d7215f0bce
change sed to ${SED} in local-up-cluster.sh
2019-06-20 11:38:58 +09:00
Kubernetes Prow Robot
96a2f12b4e
Merge pull request #79088 from s-ito-ts/golint_e2e_storage_testsuites
...
Fix golint failures of test/e2e/storage/testsuites
2019-06-19 18:37:25 -07:00
Kenichi Omichi
5628b6b50e
Replace mapfile with kube::util::read-array
...
During the review of https://github.com/kubernetes/kubernetes/pull/78779
we've known mapfile doesn't work on macOS.
So we need to use alternative way instead and this is it.
2019-06-20 00:25:06 +00:00
Kubernetes Prow Robot
c2ff62c28c
Merge pull request #78779 from odinuge/test-cleanup
...
Enforce test style on e2e_node and e2e_kubeadm tests
2019-06-19 14:56:49 -07:00
Kubernetes Prow Robot
1545b28b58
Merge pull request #79097 from xychu/fix-shellchecks-n
...
Fix shellcheck failures in test/cmd
2019-06-18 01:08:15 -07:00
s-ito-ts
85ba101947
Fix golint failures of test/e2e/storage/testsuites
2019-06-18 03:02:46 +00:00
Yassine TIJANI
c3904bbce6
move initsystem to kubeadm
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com >
2019-06-17 12:21:01 +02:00
Xiangyang Chu
99b2184993
Fix shellcheck faulures in test/cmd
...
Including files after test/cmd/n*
2019-06-17 14:04:34 +08:00
Davanum Srinivas
a6f8d575ba
Add kubeletstatsv1alpha1 as the preferred alias for k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1
...
Change-Id: I05a8390a667dba307c09d95f836e08e0759c12ee
2019-06-15 22:31:51 -04:00
Davanum Srinivas
9f0050cb44
verify import aliases
...
- Added scripts for update and verify
- golang AST code for scanning and fixing imports
- default regex allows it to run on just test/e2e.* file paths
- exclude verify-import-aliases.sh from running in CI jobs
Change-Id: I7f9c76f5525fb9a26ea2be60ea69356362957998
Co-Authored-By: Aaron Crickenberger <spiffxp@google.com >
2019-06-15 22:31:39 -04:00
Kubernetes Prow Robot
1493757d69
Merge pull request #79031 from liggitt/suppress-error-message
...
Suppress irrelevant jq error message when propagating pinned dependencies
2019-06-15 12:56:59 -07:00
Kubernetes Prow Robot
088411f77f
Merge pull request #78978 from sttts/sttts-staging-unit-tests
...
hack/make-rules/test.sh: run all staging unit tests
2019-06-15 03:46:24 -07:00
Kubernetes Prow Robot
480457994d
Merge pull request #78015 from SataQiu/fix-golint-kubelet-20190517
...
Fix golint failures of pkg/kubelet/configmap pkg/kubelet/custommetrics
2019-06-15 00:46:09 -07:00
Kubernetes Prow Robot
f75bfe9f58
Merge pull request #78666 from aojea/shellcheck
...
Fix verify-shellcheck comments
2019-06-14 13:26:35 -07:00
Odin Ugedal
35cb87f9cf
Fix file permissions for non executable files
...
Normal files should have permissions 644 by default,
and does not require the last bit to be
executable
Signed-off-by: Odin Ugedal <odin@ugedal.com >
2019-06-14 21:04:50 +02:00
Kubernetes Prow Robot
9f1548cdd9
Merge pull request #78656 from liggitt/compatibility-test-cleanup
...
Add helper script to regenerate API compatibility data, testdata README
2019-06-14 11:53:15 -07:00
Odin Ugedal
b0a1cba71a
Run verify-test-code on all e2e tests
2019-06-14 17:51:49 +02:00
Kubernetes Prow Robot
a08084d475
Merge pull request #78571 from SataQiu/fix-golint-kubelet-20190531
...
Fix golint failures of pkg/kubelet/prober pkg/kubelet/secret
2019-06-14 05:32:51 -07:00
Kubernetes Prow Robot
08922a1399
Merge pull request #78148 from endyman/fix-golint-test/e2e/storage/utils
...
fix golint errors in test/e2e/storage/utils
2019-06-14 02:50:51 -07:00
Kubernetes Prow Robot
d30fbab4b8
Merge pull request #77915 from SataQiu/fix-golint-util-20190515
...
Fix golint failures of pkg/util/parsers pkg/util/sysctl pkg/util/system
2019-06-14 00:29:00 -07:00
Kubernetes Prow Robot
3b9c761212
Merge pull request #75928 from falcon78921/wip-k8s-cleanup
...
hack: refactored code in update_owners.py
2019-06-13 20:37:00 -07:00
Kubernetes Prow Robot
0f5650d68b
Merge pull request #75859 from k-toyoda-pi/fix_shellcheck_failure_make-rules
...
fix shellcheck failures in /hack/make-rules/test.sh
2019-06-13 20:36:47 -07:00
Kubernetes Prow Robot
8305729d7a
Merge pull request #74635 from xychu/fix-with-assert
...
Fix shellchecks follow the `${var:?}` pattern
2019-06-13 19:12:45 -07:00
Dr. Stefan Schimanski
e2c6bc35a9
hack/make-rules/test.sh: run all staging unit tests
2019-06-13 14:07:37 +02:00
Jordan Liggitt
696eb32d4b
Suppress irrelevant jq error message when propagating pinned dependencies
2019-06-10 13:09:12 -04:00
Davanum Srinivas
e0821ca3dd
Remove ovirt/cloudstack/photon cloud providers
...
Change-Id: Iddb80bdc2a9d75d444b8a3cfe0b142acb78e9097
2019-06-10 12:50:53 -04:00
SataQiu
213d07af8d
fix some golint failures of pkg/registry
2019-06-05 15:29:59 +08:00
Xiangyang Chu
81eb22900b
Fix shellchecks in test/cmd/{b,c}.*.sh
2019-06-04 14:42:01 +08:00
Antonio Ojea
bd65a9ca26
Fix verify-shellcheck comments
...
Replace "files" instead of packages in the script
hack/verify-shellcheck.sh
2019-06-03 23:58:52 +02:00
Jordan Liggitt
7a96057755
Add helper script to regenerate API compatibility data
2019-06-03 10:18:08 -04:00
Kubernetes Prow Robot
c449dbf128
Merge pull request #78518 from dims/tolerate-missing-pyyaml-dependency
...
Bail out on missing pyyaml dependency
2019-06-01 08:00:32 -07:00
Kubernetes Prow Robot
bada1c6b1e
Merge pull request #78505 from caesarxuchao/dynamic-object-selector
...
Adding ObjectSelector to admission webhooks
2019-06-01 04:45:09 -07:00
Kubernetes Prow Robot
ebdae0b3b7
Merge pull request #78485 from oomichi/add-use-ExpectError
...
Check e2e test code to use ExpectError()
2019-06-01 02:54:42 -07:00