Derek Carr
45bd6cb186
Downward API hugepages
2020-11-10 16:09:13 -05:00
David Eads
c0c033b12f
generated
2020-09-14 09:24:41 -04:00
David Eads
e857adbdfd
remove-api
2020-05-27 16:58:05 -04:00
tanjunchen
5ab543500b
Scheduler:remove direct dependency for pkg/api/testing
2020-04-11 13:16:06 +08:00
Jordan Liggitt
78a3a4a2b1
Remove testapi use from pkg/api/testing
2019-12-13 11:56:29 -05:00
Kubernetes Prow Robot
2e13dfa575
Merge pull request #78688 from nikhita/yaml-benchmark
...
Add benchmarks for yaml marshaling and unmarshaling
2019-09-20 18:43:25 -07:00
Rob Scott
f80cee9280
Adding discovery/v1alpha1 API for EndpointSlices
2019-08-26 14:50:00 -07:00
Nikhita Raghunath
e0c1fa120f
Add benchmarks for yaml marshaling and unmarshaling
2019-06-04 17:55:07 +05:30
wangqingcan
5c9438c691
non-preempting-priorityclass
...
Co-authored-by: Vallery Lancey <vallery@zeitgeistlabs.io>
Co-authored-by: Tan shanshan <tan.shanshan@zte.com.cn>
2019-05-31 12:37:07 +08:00
Jordan Liggitt
572dfe6cb7
generated files
2018-10-25 21:12:57 -04:00
Patrick Barker
b8e1250487
adds dynamic audit api generated
2018-10-16 13:07:27 +00:00
David Eads
d3bd0eb1d5
make package name match all the import aliases
2018-08-01 15:31:12 -04:00
Jordan Liggitt
f51ba20cdd
change field selector conversion registration to be strongly typed
2018-07-03 15:47:20 -04:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Chao Xu
7b0ffb8410
make json serializer case sensitive
2018-06-14 12:29:27 -07:00
Jeff Grafton
ef56a8d6bb
Autogenerated: hack/update-bazel.sh
2018-02-16 13:43:01 -08:00
Kubernetes Submit Queue
679019aede
Merge pull request #56068 from xiangpengzhao/remove-kubeadm-fuzzer
...
Automatic merge from submit-queue (batch tested with PRs 56068, 57271). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Remove kubeadm fuzzer from api testing
**What this PR does / why we need it**:
from @sttts https://github.com/kubernetes/kubernetes/pull/55961#discussion_r151926499
>Please only add fuzzer for apiserver types here, not for configs only used locally. Look for roundtrip_test.go files in the code-base. There are some more which have local fuzzers.
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
ref: https://github.com/kubernetes/kubernetes/pull/55961#discussion_r151926499
**Special notes for your reviewer**:
/cc @kubernetes/sig-cluster-lifecycle-pr-reviews
**Release note**:
```release-note
NONE
```
2017-12-25 09:47:35 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
linweibin
96a8ff6bd6
Remove unused code in pkg/api/,pkg/apis/
2017-12-07 13:35:47 +08:00
xiangpengzhao
cdad258a54
Auto generated BUILD files.
2017-11-20 23:40:23 +08:00
Clayton Coleman
557f9ddfe6
Move unstructured conversion into pkg/runtime
...
Scheme conversion should support unstructured conversion natively to
allow going from unstructured to typed and back. It is not a higher
level responsibility to do that conversion because the scheme is the
only one who knows what types it supports.
2017-11-16 15:38:24 -05:00
Dr. Stefan Schimanski
bec617f3cc
Update generated files
2017-11-09 12:14:08 +01:00
juanvallejo
2008750398
remove empty creationTimestamp field
2017-11-02 14:07:56 -04:00
Dr. Stefan Schimanski
cad0364e73
Update bazel
2017-10-18 17:24:04 +02:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Dr. Stefan Schimanski
9488150762
SimpleNameGenerator: unify to use k8s.io/apiserver/pkg/storage/names
2017-10-11 16:05:52 +02:00
Christopher M. Luciano
02735c3fb2
IPBlock generated code
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-08-24 16:20:15 -04:00
Matthew Wong
396e6f6eb1
Generated StorageClass.ReclaimPolicy code
2017-08-14 13:36:58 -04:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
zhouhaibing089
2e5dc7d727
add fuzzer dir for each apigroup
2017-08-11 15:12:57 +08:00
Dr. Stefan Schimanski
ecc811d263
Unify fuzzers and roundtrip tests
2017-07-20 12:31:00 +02:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
89e506c46a
generated
2017-05-26 00:14:11 -07:00
Clayton Coleman
2861ae5eb9
Support burst in stateful set scale up and down
...
The alpha field podManagementPolicy defines how pods are created,
deleted, and replaced. The new `Parallel` policy will replace pods
as fast as possible, not waiting for the pod to be `Ready` or providing
an order. This allows for advanced clustered software to take advantage
of rapid changes in scale.
2017-05-21 01:14:26 -04:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Lucas Käldström
66e35af569
Move the kubeadm fuzzing into a separate package not imported by cmd/kubeadm
2017-02-20 19:41:29 +02:00
Dr. Stefan Schimanski
ad3dc2584f
Update generated files
2017-02-02 06:58:58 +01:00
deads2k
c9a008dff3
move util/intstr to apimachinery
2017-01-30 12:46:59 -05:00
Dr. Stefan Schimanski
44ea6b3f30
Update generated files
2017-01-29 21:41:45 +01:00
deads2k
11e8068d3f
move pkg/fields to apimachinery
2017-01-19 09:50:16 -05:00
Mike Danese
06077ac088
default a CSR's allowed usage to key encipherment and digital signing
2017-01-11 14:57:26 -08:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Clayton Coleman
5df8cc39c9
refactor: generated
2016-12-03 19:10:46 -05:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Chao Xu
bcc783c594
run hack/update-all.sh
2016-11-23 15:53:09 -08:00
Marcin
3872a47074
Autogenerated code and docs
2016-11-03 18:36:32 +01:00
Mike Danese
030cb6927b
kubeadm: fix central api tests
2016-11-01 16:48:45 -07:00