k3s/pkg
Eric Chiang a1b310e004 pkg/probe/http: don't compare error strings in tests
TestHTTPProbeChecker fails on the Go1.7 release candidates. The
package's history show that this was the case for Go1.5 and Go1.6
as well.

The test depend on errors holding specific string values, behavior
not guarenteed in the standard library API, and causing new test
failures every minor Go release. Just look for an error rather than
trying to inspect it using string comparison. If we feel this
impacts coverage we can add more test cases.
2016-07-19 11:13:36 -07:00
..
admission Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
api Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
apimachinery Use Go canonical import paths 2016-07-16 13:48:21 -04:00
apis Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
apiserver Merge pull request #29045 from lixiaobing10051267/mastererrNotAcceptable 2016-07-19 01:10:41 -07:00
auth Merge pull request #28281 from nhlfr/authorize-return-bool 2016-07-18 21:40:26 -07:00
capabilities Use Go canonical import paths 2016-07-16 13:48:21 -04:00
client Merge pull request #27157 from soltysh/scheduledjob_test_2 2016-07-19 02:52:19 -07:00
cloudprovider Merge pull request #29196 from lixiaobing10051267/masterDiskName 2016-07-19 07:31:24 -07:00
controller Merge pull request #29134 from derekwaynecarr/quota_improvement 2016-07-19 06:54:48 -07:00
conversion Use Go canonical import paths 2016-07-16 13:48:21 -04:00
credentialprovider Merge pull request #28871 from vishh/gce-cp 2016-07-18 14:32:04 -07:00
dns Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fieldpath Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fields Use Go canonical import paths 2016-07-16 13:48:21 -04:00
genericapiserver Use Go canonical import paths 2016-07-16 13:48:21 -04:00
healthz Use Go canonical import paths 2016-07-16 13:48:21 -04:00
httplog Use Go canonical import paths 2016-07-16 13:48:21 -04:00
hyperkube Use Go canonical import paths 2016-07-16 13:48:21 -04:00
kubectl Retry updating deployment only on update conflict error 2016-07-19 13:01:06 +02:00
kubelet Merge pull request #29118 from xiangpengzhao/fix_reversed_var_order 2016-07-19 02:52:25 -07:00
kubemark Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
labels Use Go canonical import paths 2016-07-16 13:48:21 -04:00
master Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
probe pkg/probe/http: don't compare error strings in tests 2016-07-19 11:13:36 -07:00
proxy Use Go canonical import paths 2016-07-16 13:48:21 -04:00
quota Use Go canonical import paths 2016-07-16 13:48:21 -04:00
registry Merge pull request #26012 from sitepod/third-party-resource-list-json-fix 2016-07-19 04:00:34 -07:00
runtime Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
security Use Go canonical import paths 2016-07-16 13:48:21 -04:00
securitycontext Use Go canonical import paths 2016-07-16 13:48:21 -04:00
serviceaccount Check for valid serviceaccount JWT token before inspecting claims 2016-07-06 14:25:15 -04:00
ssh Revert "Add a customized ssh dialer that will timeout" 2016-07-14 08:48:24 +02:00
storage Use Go canonical import paths 2016-07-16 13:48:21 -04:00
types Use Go canonical import paths 2016-07-16 13:48:21 -04:00
ui Use Go canonical import paths 2016-07-16 13:48:21 -04:00
util Make volume unmount more robust using exclusive mount w/ O_EXCL 2016-07-18 16:20:08 -07:00
version Use Go canonical import paths 2016-07-16 13:48:21 -04:00
volume Make volume unmount more robust using exclusive mount w/ O_EXCL 2016-07-18 16:20:08 -07:00
watch Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Remove bgrant from pkg/OWNERS and pkg/kubectl/OWNERS since he has plenty to do. 2016-06-16 08:21:27 -07:00