Wenjia Zhang
adf155ee9f
update staging godeps for golang.org/x/net/... to release-branch.go1.10
2018-11-06 15:49:50 -08:00
k8s-ci-robot
08deddfdbc
Merge pull request #70671 from deads2k/delegated-system-master
...
allow delegated authorization to have privileged groups
2018-11-06 08:17:46 -08:00
David Eads
0b70b7a7c9
allow delegated authorization to have privileged groups
2018-11-06 10:03:54 -05:00
k8s-ci-robot
710bfb440e
Merge pull request #70606 from mikedanese/tfreload
...
periodically reload tokens read from TokenFile in kubeconfig
2018-11-05 20:59:38 -08:00
k8s-ci-robot
e6b3d31bcf
Merge pull request #70556 from pbarker/audit-test-fix
...
updates audit endpoints test
2018-11-05 19:04:36 -08:00
k8s-ci-robot
c8604653f0
Merge pull request #70449 from mikedanese/simplcache
...
remove webhook cache implementation and replace with token cache
2018-11-05 16:32:34 -08:00
Mike Danese
0ec4d6d396
remove webhook cache implementation and replace with the token cache
...
The striped cache used by the token cache is slightly more sophisticated
however the simple cache provides about the same exact behavior. I used
the striped cache rather than the simple cache because:
* It has been used without issue as the primary token cache.
* It preforms better under load.
* It is already exposed in the public API of the token cache package.
2018-11-05 13:08:45 -08:00
k8s-ci-robot
714711e52d
Merge pull request #70476 from charrywanganthony/backendGroupVersionV1
...
Use `audit.k8s.io/v1` as default value of option --audit-webhook-vers…
2018-11-05 11:41:58 -08:00
Mike Danese
718adb7473
periodically reload tokens read from TokenFile in kubeconfig
...
Like we do with InClusterConfig.
2018-11-05 10:04:28 -08:00
k8s-ci-robot
2bbfd500a8
Merge pull request #70593 from bbbmj/typo
...
chore(apiserver): nit fix
2018-11-02 21:28:50 -07:00
k8s-ci-robot
d7f90253e9
Merge pull request #70553 from pbarker/webhook-refactor
...
refactors kubeapiserver webhook utility to be generic
2018-11-02 18:01:38 -07:00
包梦江
c5e51dc2e4
chore(apiserver): nit fix
2018-11-03 02:32:04 +08:00
k8s-ci-robot
023892af3c
Merge pull request #70525 from seunghunee/issue-69743
...
Reduce leaderelection's renewed lease verbosity
2018-11-02 10:47:11 -07:00
Patrick Barker
d33f347ba8
refactors kubeapiserver webhook utility to be generic generated
2018-11-02 11:42:04 -06:00
Patrick Barker
1081fffdd5
refactors kubeapiserver webhook utility to be generic
2018-11-02 11:41:58 -06:00
k8s-ci-robot
77fd16e0e7
Merge pull request #69266 from SataQiu/fix-20180930
...
Remove the redundant space
2018-11-02 08:38:37 -07:00
k8s-ci-robot
9fb1153bd8
Merge pull request #70550 from liggitt/cleanup-scale-clients
...
Drop generated clients for Scale types
2018-11-02 05:29:15 -07:00
SataQiu
c9bc625428
Remove the redundant space
2018-11-02 15:45:11 +08:00
k8s-ci-robot
45550cadbe
Merge pull request #70477 from andyzhangx/azure-ultrassd-sdk
...
add azure UltraSSD disk support
2018-11-01 22:16:55 -07:00
k8s-ci-robot
a831ea20a4
Merge pull request #69976 from atlassian/update-few-dependencies
...
Update a few dependencies
2018-11-01 22:16:16 -07:00
Chao Wang
9671a035f7
Use `audit.k8s.io/v1` as default value of option --audit-webhook-version and --audit-log-version in release 1.13
2018-11-02 09:35:15 +08:00
Patrick Barker
5a84453e4e
updates audit endpoints test
2018-11-01 18:02:41 -06:00
k8s-ci-robot
1165d661f0
Merge pull request #69916 from mikedanese/trev9
...
create audience unaware authenticator wrappers
2018-11-01 13:43:56 -07:00
Jordan Liggitt
ff9dc86b3c
Drop generated clients for Scale types
2018-11-01 14:49:51 -04:00
k8s-ci-robot
b04f83dcd8
Merge pull request #70437 from liggitt/get-scale
...
Add GetScale/UpdateScale methods to apps/v1 clients
2018-11-01 11:11:32 -07:00
k8s-ci-robot
215234d3a3
Merge pull request #67778 from gyuho/typo
...
staing/apimachinery: fix typo "perfer" to "prefer"
2018-11-01 03:21:02 -07:00
seunghunee
920db78bea
leaderelection: reduce renewed lease verbosity
...
This patch changes the renewed lease log level from 4 to 5 of leaderelection.go
Fix : #69743
2018-11-01 08:12:07 +00:00
andyzhangx
f1bd292c76
add ultrassd support
...
update stagin Godeps.json
update godeps license
fix test failure
fix comments
2018-11-01 06:30:15 +00:00
k8s-ci-robot
6f897af2da
Merge pull request #70260 from lavalamp/schema-fix
...
bump kube-openapi dep
2018-10-31 23:04:56 -07:00
k8s-ci-robot
11706d3803
Merge pull request #67795 from mbohlool/crd_conversion_api_changes
...
CRD Conversion API Changes
2018-10-31 23:04:37 -07:00
Daniel Smith
dcb10d81d1
update generated deps
2018-10-31 17:11:23 -07:00
k8s-ci-robot
c81a4a09cf
Merge pull request #70453 from liggitt/api-owners
...
Update API-related owners files
2018-10-31 17:09:08 -07:00
Mikhail Mazurskiy
8763223ab9
Update a few dependencies
...
github.com/go-openapi/*
github.com/asaskevich/govalidator
2018-11-01 09:59:43 +11:00
Mike Danese
c704d70d49
create audience unaware authenticator wrappers
2018-10-31 15:31:49 -07:00
Mike Danese
817cf70191
move audience context functions to authenticator package
2018-10-31 14:50:11 -07:00
Mehdy Bohlool
e27096cdb4
Update generated files
2018-10-31 14:47:13 -07:00
Mehdy Bohlool
998e22dd5c
FeatureGate and API Validation for CRD Webhook Conversion
2018-10-31 11:14:47 -07:00
Mehdy Bohlool
1587d189cb
Refactor webhookclientConfig validation of admission and audit registration
2018-10-31 11:14:47 -07:00
Mehdy Bohlool
530c79939f
API Types for CRD conversion
2018-10-31 11:14:47 -07:00
k8s-ci-robot
797f5afd2d
Merge pull request #70436 from liggitt/retain-keys
...
Fix retainKeys patchStrategy in apps/deployments
2018-10-31 10:32:17 -07:00
andyzhangx
d210b4bcf3
upgrade azure sdk to support ultra ssd
...
update Godeps.json
update azure sdk for ultrassd support
update bazel
fix build failure
2018-10-31 10:08:52 +00:00
k8s-ci-robot
9e31e6567f
Merge pull request #70168 from wgliang/update-vendor/coreos-etcd
...
Update vendor package github.com/coreos/...
2018-10-30 19:48:30 -07:00
k8s-ci-robot
1dd7e6f65c
Merge pull request #70295 from caesarxuchao/ownerRef-nonnamespaced
...
Fixing comments on the OwnerReference
2018-10-30 16:16:18 -07:00
Jordan Liggitt
8c20bdaf46
Update API-related owners files
2018-10-30 17:05:08 -04:00
k8s-ci-robot
93d1567c6f
Merge pull request #70032 from iamneha/delete_namespaced_job_spec
...
Fix(bug): make body an optional parameter in [DELETE] /apis/batch/v1/…
2018-10-30 11:03:40 -07:00
k8s-ci-robot
d196d63c01
Merge pull request #69884 from liggitt/self-sign-in-memory
...
Allow components to generate certificates in-memory
2018-10-30 11:03:29 -07:00
Chao Xu
1cc316f4dc
Update comments on the OwnerReference to acknowledge that the owning
...
object can be cluster scoped.
2018-10-30 10:28:44 -07:00
Jordan Liggitt
4de1912c6e
Add GetScale/UpdateScale methods to apps/v1 clients
2018-10-30 12:10:07 -04:00
Jordan Liggitt
e6a8b29554
Fix retainKeys patchStrategy in apps/deployments
2018-10-30 11:48:50 -04:00
Jordan Liggitt
15a81f51d8
Fix GetScale/UpdateScale type for replicationcontroller client
2018-10-30 11:45:16 -04:00