Stephen Benjamin
c253235152
vendor: bump k8s.io/util to get fix for LRU cache
...
This updates the k8s.io/util to pull in the fix for
https://github.com/kubernetes/kubernetes/issues/104452 .
Commands run:
./hack/pin-dependency.sh k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
./hack/update-vendor.sh
2021-08-19 17:12:16 -04:00
Lars Ekman
c3509f49f9
Update-vendor to add k8s.io/utils/strings/slices/
2021-08-19 06:56:36 +02:00
Kubernetes Prow Robot
cde45fb161
Merge pull request #104413 from liggitt/openapi-ipvalidation
...
Bump k8s.io/kube-openapi
2021-08-17 11:42:26 -07:00
Jordan Liggitt
b15c2130aa
Bump k8s.io/kube-openapi
...
Updates to preserve openapi ipv4 validation compatibility with pre-go1.17 behavior
2021-08-17 10:13:40 -04:00
Jordan Liggitt
a619be8e48
bump gengo to include defaulter-gen package support
2021-08-14 11:00:15 -04:00
Mike Spreitzer
dcb298c955
Introduce event clocks based on k8s.io/utils/clock
...
So we can move off of the apimachinery clock package.
Switch queueset to new clocks.
Removed event clocks based on apimachinery clocks,
because this PR introduces ones based on k8s.io/utils/clock .
Removed interface that is implemented by only one interesting type.
Simplify RealEventClock::EventAfterTime.
2021-08-05 10:21:25 -04:00
Davanum Srinivas
6c72fbaa89
update vendor after switch
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-07-07 22:31:37 -04:00
Davanum Srinivas
3a221b3332
update to new k8s.io/utils
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-07-07 22:31:30 -04:00
ironyman
68ccb8a947
Use system-validators v1.5.0
2021-07-02 12:31:42 -07:00
Kubernetes Prow Robot
e6a8bc9fbe
Merge pull request #90368 from serathius/remove-legacy-metrics
...
Remove legacy metrics client from podautoscaler
2021-06-05 08:44:38 -07:00
Marek Siarkowicz
4ebc0c94a4
Remove legacy metrics client from podautoscaler
2021-06-04 23:06:32 +02:00
Jan Safranek
1d16f934b9
Bump k8s.io/utils
...
To get io/ConsistentRead updates.
2021-05-26 23:08:03 +02:00
Srini Brahmaroutu
80a5b00445
Removing utils/mount dependencies from vendor
2021-05-25 22:49:38 -07:00
pacoxu
876174125b
upgrade klog to v2.9.0
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-05-26 20:19:56 +08:00
Tim Allclair
0005c72285
s/standards/admission/
2021-05-20 17:28:57 -07:00
Tim Allclair
711b8e3a9a
Add staging directory for pod-security-standards subproject
2021-05-19 11:51:50 -07:00
Gautier Delorme
bcdde6bf75
bump k8s.io/kube-openapi
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com>
2021-04-21 10:42:17 +02:00
John Howard
a849c8998c
Update kube-openapi and gnostic dependencies
...
Pulling in https://github.com/kubernetes/kube-openapi/pull/220
2021-04-19 12:24:05 -07:00
Elana Hashman
6b70c8bd8d
Bump klog to 2.8.0, fixing nil panics in KObj
2021-03-12 12:12:00 -08:00
Jordan Liggitt
5515157f82
Update k8s.io/kube-openapi
2021-03-04 22:15:21 -05:00
Lubomir I. Ivanov
b03418cb44
gomod/vendor: update system-validators to v1.4.0
...
Includes a Docker bump to 20.10.
2021-03-02 21:44:14 +02:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Patrick Ohly
562a39a2e1
logging: support call depth via logr, structured logging
...
The new releases of klog (via klogr) and logr expose support for call
traces via a new WithCallDepth API in logr.
The new klogr can be configured to pass structured log entries into
klog instead of turning them into a single text message.
2021-01-28 17:35:28 +01:00
Kubernetes Prow Robot
5e9b43eab6
Merge pull request #96960 from Jefftree/defaulter-diff
...
Update defaulter gen to not use reflect
2021-01-15 17:07:44 -08:00
Jefftree
6addd69529
Update generator to not use reflect
2020-12-14 16:38:23 -08:00
Lubomir I. Ivanov
77df449d29
vendor: update system-validators to 1.3.0
...
Includes the following changes to kernel validation:
- add required options: CGROUP_PIDS, FAIR_GROUP_SCHED
- add optional options: CFS_BANDWIDTH, CGROUP_HUGETLB
2020-11-15 18:07:40 +02:00
Jefftree
50e7aa49aa
Integrate defaults marker and remove ContainerPort defaulter
2020-11-13 17:27:40 -08:00
Antoine Pelisse
8cce122e7b
Update kube-openapi
2020-11-13 17:06:30 -08:00
Dr. Stefan Schimanski
dd1709ba46
bump(k8s.io/kube-openapi)
2020-11-09 10:26:38 +01:00
Christopher M. Luciano
5303b3fbbd
dualstack: incorporate IsIPv4 updates from utils repo
...
This dependency bump will allow for cleanup of duplicate code in
the dualstack e2e tests.
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-11-05 14:25:23 -05:00
Rob Franken
c6685436fd
Update Klog dependency
...
Updating Klog to pickup changes needed for log sanitization.
(https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/1753-logs-sanitization )
2020-11-03 20:16:25 +01:00
Jan Chaloupka
75cee7818b
Initialize k8s.io/kubernetes/staging/src/k8s.io/component-helpers
2020-10-08 12:11:11 +02:00
Joe Betz
f298d549f6
Bump to latest kube-openapi and SMD to pick up structType=atomic support
2020-10-01 06:12:28 -07:00
Sergey Kanzhelev
60c68525bb
bump the version of k8s.io/system-validators to 1.2
2020-09-09 21:43:25 +00:00
Srini Brahmaroutu
5db0ae548f
moving files from k8s.io/util/mount into staging/src/k8s.io/mount-utils
2020-09-01 23:25:28 -07:00
Kubernetes Prow Robot
9ff9e8798a
Merge pull request #93498 from luigibk/use-ebtables-from-utils
...
Update k8s.io/utils dependency and use ebtables from there
2020-08-28 06:37:21 -07:00
Antoine Pelisse
f4c145511a
Update SMD to v4.0.1 and kube-openapi
2020-08-10 15:35:23 -07:00
Jordan Liggitt
c11e52f410
Update k8s.io/utils
2020-07-31 10:44:33 -04:00
Luigi Bitonti
19793bd3fa
Update k8s.io/utils dependency and use ebtables from there
2020-07-30 08:58:21 +01:00
Jordan Liggitt
f33dc28094
generated: hack/update-hack-tools.sh && hack/update-vendor.sh
2020-07-25 16:45:02 -04:00
Jordan Liggitt
7aacbeac14
Update k8s.io/utils
2020-07-20 11:12:29 -04:00
Marek Siarkowicz
e72521e1d7
Update k8s.io/klog to v2.2.0
2020-06-29 20:26:49 +02:00
Joe Betz
52838be7b2
Bump k8s.io/utils to 6e3d28 to pick up nested trace
2020-06-22 08:52:05 -07:00
Marek Siarkowicz
1e3918f1d0
Upgrade klog to v2.1.0
...
Update contains fixes required for Structured Logging Effort
2020-06-04 23:41:51 +02:00
Walter Fender
66284b220b
Adds staging directory for controller-manager code
...
* Creates staging directory for common controller-manager code
* Adds the following initial files to this directory:
* .github/PULL_REQUEST_TEMPLATE.md
* code-of-conduct.md
* LICENSE
* OWNERS
* README.md
* SECURITY_CONTACTS
* Code committed to the controller-manager staging directory will be published to: https://github.com/kubernetes/controller-manager
Initial approval deads2k (sig-api-machinery chair)
The config we would expect any controller manager to need to connect to the API server, set up metrics endpoints, create per-controller-loop API clients, and spin up the individual loops could make sense under a k8s.io/controller-manager package.
Then cmd/kube-controller-manager could continue to contain the weirdnesses specific to kube-controller-manager.
This is similar to the way we split out recommended API server setup into k8s.io/apiserver and tried to limit kube-apiserver oddities to cmd/kube-apiserver and pkg/kubeapiserver
Removed extraneous release reference. Ran update-vendor.
Fixed Readme.
Added a doc.go to staging/controller-manager
Fix package to not have dash.
```
NONE
```
/kind cleanup
/sig api-machinery
/area kube-controller-manager
/area cloud-controller-manager
2020-05-27 17:30:36 -07:00
Davanum Srinivas
07d88617e5
Run hack/update-vendor.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:33 -04:00
Davanum Srinivas
449810c785
Updating dependency k8s.io/utils to version 2df71eb
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:56 -04:00
Davanum Srinivas
815c6d4c90
Updating dependency k8s.io/kube-openapi to version 656914f
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:55 -04:00
Davanum Srinivas
b158354e8a
Updating dependency k8s.io/gengo to version 8167cfd
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:51 -04:00
Davanum Srinivas
12146cb4df
Do not include bazel related deps in root go.mod
...
- add ./hack/tools/go.mod, this makes ./hack/tools a distinct module
- hack/tools/tools.go undescore imports bazel related tools, over time we
can add others.
- hack/*.sh scripts will cd to hack/tools and go install tools from there
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-19 22:01:50 -04:00
Kubernetes Prow Robot
ec00b4fcc2
Merge pull request #89833 from liggitt/json-raw
...
preserve integers decoding raw JSON values
2020-04-09 12:53:47 -07:00
Lubomir I. Ivanov
8183787493
update system-validators to v1.1.2
...
Version v1.1.0 added support for validating cgroups v2.
v1.1.1 includes a fix for a broken cross-build on !linux.
v1.1.2 reverted a breaking API change with the introduction of CgroupsSpec.
2020-04-08 20:41:23 +03:00
Jordan Liggitt
8b9165839f
k8s.io/kube-openapi v0.0.0-20200403204345-e1beb1bd0f35
...
fix client-side validation to allow a value of 0 for a number field
2020-04-03 22:18:49 -04:00
Aaron Crickenberger
f9538b118d
Update k8s.io/gengo to e0e292d8aa12
...
This is mainly to pick up the bugfix for reducing log noise while
running import-boss
2020-04-03 14:40:22 -07:00
Jordan Liggitt
93c7b24562
github.com/googleapis/gnostic v0.4.1
2020-03-31 23:07:50 -04:00
Hemant Kumar
a1ae67d691
bump k8s.io/utils package
...
This fixes bug with xfs mount failing because of xfs_repair
being called. Fixes https://github.com/kubernetes/utils/issues/141
2020-03-24 17:21:59 -04:00
Antonio Ojea
dc025534af
bump k8s.io utils
...
Fix a bug in k8s.io/utils/net.GetIndexedIP() that wasn't working
with IPv6 addresses with leading zeros.
2020-03-22 22:21:47 +01:00
marosset
e727149330
Updating vendored files
2020-03-20 21:17:16 +00:00
saad-ali
22e8189f40
Update dep k8s.io/utils to 0a110f9eb7ab
2020-03-03 11:20:08 -08:00
Andrew Sy Kim
1653476e3f
proxier: use IPSet from k8s.io/utils/net to store local addresses
...
This allows the proxier to cache local addresses instead of fetching all
local addresses every time in IsLocalIP.
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2020-02-11 16:44:34 -05:00
andrewsykim
9e5a06c3ed
update vendor k8s.io/utils to 5f6fbceb4c31
...
Signed-off-by: andrewsykim <kim.andrewsy@gmail.com>
2020-02-11 16:35:49 -05:00
Jordan Liggitt
0b32e142d4
Drop k8s.io/node-api packages
2020-02-07 10:07:14 -05:00
Elijah Oyekunle
cece51b9b0
bump gengo version
2020-01-28 10:58:15 +01:00
jennybuckley
b33fbc84d9
Update Structured Merge Diff to V3
2020-01-21 15:23:13 -08:00
SataQiu
2497a1209b
bump k8s.io/utils version
2019-12-21 14:54:44 +08:00
Travis Rhoden
0c5c3d8bb9
Remove pkg/util/mount (moved out of tree)
...
This patch removes pkg/util/mount completely, and replaces it with the
mount package now located at k8s.io/utils/mount. The code found at
k8s.io/utils/mount was moved there from pkg/util/mount, so the code is
identical, just no longer in-tree to k/k.
2019-11-15 08:29:12 -07:00
Yassine TIJANI
b9fe59c93e
remove system validators package from kubeadm and use k8s.io/system-validators instead
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-11-12 01:09:56 +01:00
yue9944882
8e7606f328
update k8s.io/kube-openapi to 30be4d16710a
2019-11-07 18:39:08 +08:00
Jordan Liggitt
297570e06a
hack/update-vendor.sh
2019-11-06 17:42:34 -05:00
Travis Rhoden
81f66ecbb5
Update k8s.io/utils dependency to latest
2019-10-31 08:35:01 -06:00
Yassine TIJANI
5d49cbd3ca
bump k8s.io/utils to pickup bug fix for rangesize
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-10-11 16:45:21 +02:00
Yassine TIJANI
16fe4d7627
bump k8s.io/utils to pickup ipallocator changes
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-09-25 16:15:30 +02:00
danielqsj
c2a4906152
Bump k8s.io/klog to v1.0.0
2019-09-23 16:51:43 +08:00
jennybuckley
badd5b9a26
Update generated
2019-08-29 19:10:28 -07:00
Davanum Srinivas
96998c6197
hack/pin-dependency.sh k8s.io/gengo 26a664648505d962332bda642b27306bc10d1082
2019-08-23 12:11:18 -04:00
Alvaro Aleman
c4fd0d4f99
Update k8s.io/gengo to 955ffa8fcfc983717cd9de5d2a1e9f5c465f4376
2019-08-13 23:55:47 +02:00
Davanum Srinivas
9a2de95601
Update to latest klog 0.4.0
...
47ffc4e Add test case for detecting data race
959d342 Prevent data race in SetOutput* methods
34123a4 Test with golang 1.12.x
bf4884f Fix the log duplication issue for --log-file
dc5546c Backfill integration tests for selecting log destinations
baef93d
fix broken links
07b218b Add go modules files
b33ae69 Add flag to include file's dir in logs
7c58910 correct documentation
a4033db Code Hygene - glog to klog
941d47b Revert "Fix the log duplication issue for --log-file."
314f6c4 Update godoc for the default value of logtostderr
7eb35e2 Fix the log duplication issue for --log-file.
2019-08-08 10:12:23 -04:00
Tarun Pothulapati
e3c21d6495
update dependencies to include k8s.io/utils/inotify
...
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2019-08-07 21:09:40 +05:30
Joe Betz
237b16d9d9
Upgrade to latest k8s.io/utils
2019-08-05 12:18:57 -07:00
Dr. Stefan Schimanski
91a3704938
Run update-vendor.sh
2019-07-14 10:33:51 +02:00
Khaled Henidak(Kal)
2b77667718
vendor updates
2019-07-02 22:26:26 +00:00
Krzysztof Siedlecki
7dcec919a2
Revert "Bump klog to v0.3.2"
2019-06-12 10:27:41 +02:00
Kubernetes Prow Robot
603bb74771
Merge pull request #77762 from seans3/kubectl-staging-dir
...
Adds staging directory for kubectl code
2019-05-31 20:44:22 -07:00
Sean Sullivan
8ccc2af62f
Adds staging directory for kubectl code
2019-05-29 23:31:23 -07:00
yuwenma
5cef37433e
Bump klog to v0.3.2
2019-05-29 17:55:27 -07:00
Michael Taufen
ee7bcc53a2
Update klog to v0.3.1
...
Includes recent fixes, notably https://github.com/kubernetes/klog/pull/66
2019-05-22 10:55:37 -07:00
Andrew Sy Kim
a58942625d
staging the vsphere cloud provider under k8s.io/legacy-cloud-providers/vsphere
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-04-23 22:17:59 -05:00
Vince Prignano
3f552264ca
Update klog to 0.3.0
...
Signed-off-by: Vince Prignano <vincepri@vmware.com>
2019-04-18 08:33:06 -07:00
Nikhita Raghunath
2095ac9b06
bump(k8s.io/gengo): f8a0810f38afb8478882b3835a615aebfda39afa
2019-04-04 23:50:06 +05:30
Jordan Liggitt
d0261b1077
generated: hack/update-vendor.sh
2019-04-03 10:19:40 -04:00
Michelle Au
d2aa8178f2
Remove alpha CRD install
2019-04-02 10:59:11 -07:00
Davanum Srinivas
33081c1f07
New staging repository for cri-api
...
Change-Id: I2160b0b0ec4b9870a2d4452b428e395bbe12afbb
2019-03-26 18:21:04 -04:00
Michael Taufen
4a4c1a6239
Update klog dependency
2019-03-06 11:17:47 -08:00
Dr. Stefan Schimanski
af2cedde4e
bump(k8s.io/kube-openapi): b3a7cee44a305be0a69e1b9ac03018307287e1b0
...
To get https://github.com/kubernetes/kube-openapi/pull/149 .
2019-03-01 14:02:33 +01:00
Kubernetes Prow Robot
1eb2acca99
Merge pull request #74248 from danielqsj/pdep
...
Update vendor prometheus/common/... to latest release
2019-02-25 11:33:43 -08:00
danielqsj
c6a16d6017
update vendor prometheus/client_golang to newest release
2019-02-22 22:51:41 +08:00
danielqsj
b5dfa49e32
update k8s.io/utils to fix keymutex issues
2019-02-21 07:06:56 -07:00
Kubernetes Prow Robot
808f2cf0ef
Merge pull request #72525 from justinsb/owners_should_not_be_executable
...
Remove executable file permission from OWNERS files
2019-02-14 23:55:45 -08:00
Benjamin Elder
91ddb093b8
run hack/update-bazel.sh
2019-02-12 18:38:36 -08:00
Dr. Stefan Schimanski
84f0629e95
bump(k8s.io/kube-openapi): c12348ce28de40eed0136aa2b644d0ee0650e56c
2019-02-11 13:16:36 +01:00