Kubernetes Submit Queue
2cb17cc677
Merge pull request #40426 from sttts/sttts-more-cutoffs-3
...
Automatic merge from submit-queue
genericapiserver: cut off more dependencies – episode 3
Compare commit subjects.
This is the first step to get `apiserver_test.go` and `watch_test.go` in `pkg/genericapiserver/endpoints` cutoff from k8s.io/kubernetes dependencies.
After this we have to sync client-go and then "episode 4" can go in.
approved based on #40363
2017-01-30 05:57:49 -08:00
Kubernetes Submit Queue
66bea1f86c
Merge pull request #40532 from MHBauer/log-typo
...
Automatic merge from submit-queue
fix typo in logging statement
**What this PR does / why we need it**:
Typo fix in logs. I am writing an apiserver for service-catalog, and this annoys me when I see it in my logs.
**Special notes for your reviewer**:
Doc/text change only. No functional change. Feel free to combine with some existing PR.
**Release note**:
```release-note
NONE
```
2017-01-29 18:36:30 -08:00
Dr. Stefan Schimanski
44ea6b3f30
Update generated files
2017-01-29 21:41:45 +01:00
Dr. Stefan Schimanski
79adb99a13
pkg/api: move Semantic equality to k8s.io/apimachinery/pkg/api/equality
2017-01-29 21:41:45 +01:00
Kubernetes Submit Queue
4bba610565
Merge pull request #40605 from deads2k/generic-32-movehttpstream
...
Automatic merge from submit-queue
pkg/util: move httpstream to k8s.io/apimachinery
pick one commit from @sttts's pull https://github.com/kubernetes/kubernetes/pull/40426
This blocks some client-go splitting, so I'm picking it out and merging it separately. It's not my commit, so its not a self-lgtm in that sense.
approved based on https://github.com/kubernetes/kubernetes/issues/40363
2017-01-29 05:15:22 -08:00
Dr. Stefan Schimanski
674d78b2ab
pkg/util: move httpstream to k8s.io/apimachinery
2017-01-27 15:10:42 -05:00
deads2k
9fb37f3bba
remove storage dependency on api
2017-01-27 14:02:28 -05:00
deads2k
aea12038b4
move storage/storagebackend to apiserver
2017-01-27 08:49:55 -05:00
deads2k
c6fd6941a1
move pkg/api/validation/path to apimachinery
2017-01-27 08:49:29 -05:00
Morgan Bauer
32ec6bc5e8
fix typo in logging statement
2017-01-26 10:37:51 -07:00
Dr. Stefan Schimanski
a0137e9b28
Update generated files
2017-01-25 19:49:45 +01:00
Dr. Stefan Schimanski
d216ebef73
pkg/util: move proxy into k8s.io/apiserver
2017-01-25 19:45:10 +01:00
Dr. Stefan Schimanski
d7eb3b6870
pkg/util: move uuid and strategicpatch into k8s.io/apimachinery
2017-01-25 19:45:09 +01:00
Kubernetes Submit Queue
df42444742
Merge pull request #40216 from sttts/sttts-more-cutoffs
...
Automatic merge from submit-queue (batch tested with PRs 39260, 40216, 40213, 40325, 40333)
genericapiserver: more dependency cutoffs
- cut-off pkg/api.Resource and friends - lgtm
- authn plugins -> k8s.io/apiserver -
- webhook authz plugin -> k8s.io/apiserver - lgtm
- ~~pkg/cert -> k8s.io/apimachinery (will rebase on @deads2k's PR also moving it)~~
- split pkg/config into kubelet config merger and flags - lgtm
- split feature gate between generic apiserver and kube - lgtm
- move pkg/util/flag into k8s.io/apiserver - lgtm
2017-01-24 16:26:00 -08:00
Dr. Stefan Schimanski
2b8e938128
Update generated files
2017-01-24 20:56:03 +01:00
Dr. Stefan Schimanski
a6b2ebb50c
pkg/flag: make feature gate extensible and split between generic and kube
2017-01-24 20:56:03 +01:00
Dr. Stefan Schimanski
56d60cfae6
pkg/util: move flags from pkg/util/config to pkg/util/flags
2017-01-24 20:56:03 +01:00
Dr. Stefan Schimanski
f36a3d8e0c
genericapiserver: cut off pkg/api.Resource dependency
2017-01-24 20:56:03 +01:00
Clayton Coleman
be6d2933df
refactor: Move *Options references to metav1
2017-01-24 13:41:51 -05:00
Clayton Coleman
469df12038
refactor: move ListOptions references to metav1
2017-01-23 17:52:46 -05:00
Clayton Coleman
3ba366fcf1
Switch genericapiserver to use metainternalversion.ListOptions
...
Decouple ListOption parsing from the scheme - instead, it is a property
of the server (and clients should use metav1.ListOptions for now).
2017-01-23 17:52:42 -05:00
Paul Morie
22ecfe5d14
Make generic registry easier to understand
2017-01-23 09:51:09 -05:00
Klaus Ma
92f3ffb741
Avoid keyword as var name.
2017-01-20 08:48:09 +08:00
deads2k
11e8068d3f
move pkg/fields to apimachinery
2017-01-19 09:50:16 -05:00
Dr. Stefan Schimanski
3d9449a353
genericapiserver: fix imports
2017-01-19 13:06:47 +01:00
Dr. Stefan Schimanski
e3b6235dee
genericapiserver: move packages
...
Towards a sane k8s.io/apiserver package structure.
2017-01-19 13:06:46 +01:00