k8s-ci-robot
b25bf81573
Merge pull request #69044 from enj/enj/i/gv_remove_pointers
...
Remove pointer receivers from schema structs
2018-09-27 07:18:40 -07:00
k8s-ci-robot
0064c6f542
Merge pull request #68983 from dims/fix-man-pages-to-build-reproducibly
...
Fix for man pages do not build reproducibly
2018-09-27 04:48:39 -07:00
k8s-ci-robot
8a209b78e2
Merge pull request #68943 from nikhita/new-staging-repo-guidelines
...
Add guidelines for creating new staging repos
2018-09-27 01:18:56 -07:00
k8s-ci-robot
3fe21e5433
Merge pull request #68922 from BenTheElder/version-staging
...
move pkg/util/version to staging
2018-09-26 22:59:42 -07:00
k8s-ci-robot
66b956e93b
Merge pull request #68866 from tanshanshan/error_fix_its
...
fix syntax error:'its'
2018-09-26 20:37:19 -07:00
k8s-ci-robot
3611c5c498
Merge pull request #68850 from mikedanese/oidc
...
oidc: respect the legacy goog issuer
2018-09-26 18:11:14 -07:00
k8s-ci-robot
23baf579c8
Merge pull request #68748 from p0lyn0mial/dynamic_lister_informer
...
adds dynamic lister
2018-09-26 15:53:28 -07:00
k8s-ci-robot
109b67c291
Merge pull request #66516 from tallclair/redirect
...
Add verification to apiserver redirect following
2018-09-26 15:53:09 -07:00
Monis Khan
ad87465e2f
Remove pointer receivers from schema structs
...
This change makes the schema structs consistently use non-pointer
receivers. This makes it easier to call these methods since these
structs are used as values instead of pointers.
Signed-off-by: Monis Khan <mkhan@redhat.com>
2018-09-26 09:51:29 -04:00
k8s-ci-robot
a641e1cba8
Merge pull request #68729 from TinySong/fix-client-go-typos
...
remove duplicated words in heap.go and interfaces.go
2018-09-25 22:58:03 -07:00
k8s-ci-robot
1b2298cb75
Merge pull request #68709 from krzyzacy/fix-sample-test
...
fix patch compare in sample-controller test
2018-09-25 22:57:53 -07:00
Tim Allclair
4ee9f007cb
Only allow apiserver to follow redriects to the same host
2018-09-25 17:18:55 -07:00
k8s-ci-robot
fbf2d6d73b
Merge pull request #68548 from soltysh/remove_unused
...
Remove unused fields from YAMLPrinter struct
2018-09-25 12:16:11 -07:00
k8s-ci-robot
48e93c7329
Merge pull request #68346 from CaoShuFeng/400_500
...
return 400 status when invalid json patch passed to apiserver
2018-09-25 11:03:53 -07:00
k8s-ci-robot
9720a734fe
Merge pull request #68262 from TinySong/fix-staging-kube-agggregator-version
...
update comments of doc.go in stagging/src/k8s.io/kube-aggregator
2018-09-25 06:13:43 -07:00
k8s-ci-robot
a67689dfca
Merge pull request #68245 from jingyih/remove_tagName_in_goDoc
...
*: Remove comment tags in GoDoc
2018-09-25 06:13:23 -07:00
k8s-ci-robot
a94ea824eb
Merge pull request #68238 from justinsb/update_reflect2_to_101
...
Update reflect2 to 1.0.1 (memory utilization fix)
2018-09-25 05:02:43 -07:00
k8s-ci-robot
fe4ca268d7
Merge pull request #68215 from tanshanshan/fixtypo
...
fix error info
2018-09-25 05:02:34 -07:00
k8s-ci-robot
5b864ac971
Merge pull request #68113 from fengzixu/master
...
Fixes #68026 : revise some errors about golint in some packages
2018-09-25 05:02:14 -07:00
k8s-ci-robot
4a627e9008
Merge pull request #67513 from novas0x2a/expose-port
...
export a method to expose which ports were forwarded
2018-09-25 00:18:20 -07:00
Benjamin Elder
088cf3c37b
find & replace version import
2018-09-24 12:03:24 -07:00
Benjamin Elder
e01cb6fe80
hack/update-bazel.sh
2018-09-24 12:00:00 -07:00
Benjamin Elder
b22d036cf8
move pkg/util/version into staging
2018-09-24 12:00:00 -07:00
k8s-ci-robot
170dcc2ea0
Merge pull request #68754 from bradhoekstra/optional-service-env-variables
...
kubelet: Make service environment variables optional
2018-09-24 10:59:32 -07:00
Davanum Srinivas
f777715262
Fix for man pages do not build reproducibly
...
In different distros or environments, we may end up with a different
order of the strings printed during help and man page generation,
So we should sort so the strings in the man pages is the same everytime.
Change-Id: Id8fcbd89336aad8d709ba3adac4b29c808d97ebe
2018-09-22 21:29:50 -04:00
Nikhita Raghunath
4d909ac3be
Add guidelines for creating new staging repos
2018-09-22 00:28:38 +05:30
k8s-ci-robot
fb50b3cb32
Merge pull request #67793 from fisherxu/use_ctx
...
Refactor grpc dial with dialcontext
2018-09-20 20:35:36 -07:00
p0lyn0mial
8b43a0005a
adds dynamic lister
2018-09-20 23:54:12 +02:00
Mike Danese
1873ad48d0
oidc: respect the legacy goog issuer
2018-09-20 11:01:08 -07:00
tanshanshan
7dfe0dae64
fix syntax error:'its'
2018-09-20 09:45:46 +08:00
k8s-ci-robot
cdadc117e1
Merge pull request #68795 from damemi/custom-metrics-conversion-fix
...
Update custom metrics conversion functions
2018-09-19 11:35:02 -07:00
k8s-ci-robot
259a59d936
Merge pull request #68790 from nikhita/client-go-install.md
...
Move INSTALL.md from k8s.io/client-go to staging
2018-09-19 06:22:14 -07:00
k8s-ci-robot
9228bec334
Merge pull request #68579 from verult/adc-crd-access
...
Updating CSI e2e test to create CSI CRDs
2018-09-19 02:00:30 -07:00
Cheng Xing
4ff1e32974
Updating CSI e2e test to create CSI CRDs; storing CRD spec in a common location
2018-09-18 14:25:00 -07:00
Mike Dame
429fe2ab73
Update custom metrics conversion functions
2018-09-18 11:36:26 -04:00
Nikhita Raghunath
331ae66491
Move INSTALL.md from k8s.io/client-go to staging
2018-09-18 20:56:53 +05:30
k8s-ci-robot
f4c4ae1837
Merge pull request #68268 from stantonxu/stagingreadme
...
master/staging/README.md update
2018-09-17 18:03:55 -07:00
Brad Hoekstra
ac8799a80d
kubelet: Make service environment variables optional
2018-09-17 16:27:36 -04:00
k8s-ci-robot
817d420d68
Merge pull request #68530 from wenjiaswe/68115
...
Rewrite finalURLTemplate used only for metrics because of dynamic client change
2018-09-17 11:38:56 -07:00
song
dd4a8f9cab
remove duplicated words in heap.go and interfaces.go
2018-09-17 18:00:19 +08:00
Sen Lu
6e40cd846c
fix patch compare in test
2018-09-14 22:48:49 -07:00
Wenjia Zhang
99248b8fe1
Rewrite finalURLTemplate used only for metrics because of dynamic client change
2018-09-14 11:31:21 -07:00
k8s-ci-robot
c04fe8c27c
Merge pull request #66314 from jlowdermilk/cmdtokensource-reset
...
gcp client auth plugin: persist default cache on unauthorized
2018-09-14 00:49:21 -07:00
Jingyi Hu
61117761cd
*: Remove comment tags in GoDoc
...
Adding blank line between comment tag and package name in doc.go. So
that the comment tags such as '+k8s:deepcopy-gen=package' do not show up
in GoDoc.
2018-09-13 20:27:32 -07:00
k8s-ci-robot
fe72bd20b5
Merge pull request #68584 from jennybuckley/dry-run-errors
...
Fix typo in dry-run feature disabled error
2018-09-13 13:45:05 -07:00
Xing Yang
897e3c8d11
Add generated files
2018-09-12 17:34:51 -07:00
Xing Yang
6ec1ebd6ce
Make APIGroup optional and modify validation
2018-09-12 17:05:29 -07:00
k8s-ci-robot
9cf822183f
Merge pull request #68442 from CaoShuFeng/json-patch
...
vendor: bump github.com/evanphx/json-patch
2018-09-12 15:05:03 -07:00
jennybuckley
5253c7f414
fix typo in dry run disabled error
2018-09-12 14:43:18 -07:00
Maciej Szulik
9fa7f46673
Remove unused fields from YAMLPrinter struct
2018-09-12 10:29:18 +02:00