Wojciech Tyczynski
c2f76cc51b
Revert "Avoid unnecessary copies in cacher"
2017-02-13 07:36:41 -05:00
Clayton Coleman
74dc1360f1
Allow ValueTransformer to indicate resource is stale
...
Allows a transformer (such as an encrypter) to force an update if a new
key is in use, thus allowing simple writes to the REST layer to
trivially migrate keys.
2017-02-13 07:36:41 -05:00
Clayton Coleman
3d8615c851
Allow values to be wrapped prior to serialization in etcd3
2017-02-13 07:36:41 -05:00
Clayton Coleman
679a2b25d7
Allow values to be wrapped prior to serialization in etcd2
...
This adds a new value transformer to the etcd2 store that can transform
the value from etcd on read and write. This will allow the store to
implement encryption at rest or otherwise transform the value prior to
persistence.
2017-02-13 07:36:41 -05:00
ymqytw
5598b36661
extract util used by jsonmergepatch and SMPatch
2017-02-13 07:36:41 -05:00
deads2k
ac15385364
add liggitt to apimachinery/apiserver packages
2017-02-13 07:36:41 -05:00
Dr. Stefan Schimanski
0e2b28a48d
Update generated files
2017-02-13 07:36:41 -05:00
Dr. Stefan Schimanski
a372fcad62
Mechanical fixup imports: pkg/genericapiserver
2017-02-13 07:36:41 -05:00
Dr. Stefan Schimanski
f3c3e07241
Mechanical move: pkg/genericapiserver -> k8s.io/apiserver
2017-02-13 07:36:41 -05:00
Dr. Stefan Schimanski
4b46da7a0d
Mechanical import fixup: pkg/storage
2017-02-13 07:36:41 -05:00
Dr. Stefan Schimanski
4a2fe15be7
Mechanical move: pkg/storage -> k8s.io/apiserver
2017-02-13 07:36:41 -05:00
Dr. Stefan Schimanski
6025c228e6
pkg/storage/etcd: cut off pkg/api scheme
2017-02-02 09:36:48 -05:00
Dr. Stefan Schimanski
e4699fca43
pkg/genericapiserver/endpoints: cutting off pkg/api deps
2017-02-02 09:36:48 -05:00
Dr. Stefan Schimanski
4fbb344378
Update protobufs
2017-02-02 09:36:48 -05:00
Dr. Stefan Schimanski
8af0dd2e0a
k8s.io/apiserver: add example api group
2017-02-02 09:36:48 -05:00
deads2k
c4b078bb1d
move apiserver options
2017-02-02 09:36:48 -05:00
deads2k
b0801a1423
move swagger route to apiserver
2017-02-02 09:36:48 -05:00
Wojciech Tyczynski
83dfb6ab47
Avoid unnecessary copies in cacher
2017-02-02 09:36:48 -05:00
deads2k
55fd399ad4
move pkg/storage to apiserver
2017-02-01 07:33:52 -05:00
Dr. Stefan Schimanski
0c2f5c4565
pkg/util: move trace.go to k8s.io/apiserver/pkg/util/trace
2017-01-30 09:46:32 -05:00
deads2k
b60c7818e4
move storage/storagebackend to apiserver
2017-01-27 14:15:18 -05:00
deads2k
32ddb5c9d2
move genericapiserver/server/filters to apiserver
2017-01-27 14:15:18 -05:00
deads2k
9503eabb8b
move genericapiserver authenticator and authorizer factories
2017-01-27 08:47:01 -05:00
deads2k
2770a87575
stop hardcoding api registry and codecs in webhook
2017-01-27 08:47:01 -05:00
Dr. Stefan Schimanski
5858be0e9d
third_party/forked/golang/netutil: move to k8s.io/apimachinery
2017-01-27 08:47:01 -05:00
Dr. Stefan Schimanski
de513ec8e2
pkg/util: move proxy into k8s.io/apiserver
2017-01-27 08:47:01 -05:00
Dr. Stefan Schimanski
29814dd5b7
pkg/util: move Trie to k8s.io/apiserver
2017-01-27 08:47:01 -05:00
Dr. Stefan Schimanski
01994f3f6a
Update generated files
2017-01-25 07:42:18 -05:00
Dr. Stefan Schimanski
1689f4218c
pkg/util/flag: move to k8s.io/apiserver
2017-01-25 07:42:18 -05:00
Dr. Stefan Schimanski
5b638522cc
pkg/flag: make feature gate extensible and split between generic and kube
2017-01-25 07:42:18 -05:00
deads2k
3ac45aec91
move authoritative client-go utils out of pkg
2017-01-25 07:42:18 -05:00
Clayton Coleman
e5842f0f5f
iQEcBAABCAAGBQJYhok+AAoJED0WkGtPHFyzhlMIAKUGDc5OG9u8AFgmZaRWp+ig
...
tTAd5vL479Y9GX0sorhbGZbXS5+ylqEfbkZQC1A4eoDOmt+dkC8jdHgUZmEwwKOM
V/CH09SAkEa8MhxDbASV0J0oSWphMdOCMtIotB/M2S9TMNCMBDusj1VkB8kUXgKW
MUnabb90dkFGtYWiPKNx+TVmv0T9fMWvODL24yKzLn13R+Wjk+4FfrEPFacEnsv3
uaLAgxenhoGyf18E3d4ij6DW8c23Xrdn+s2hDL9WOtELGCUYaflU7q2Udz8DZIKu
GLcfVzdTpcjw5Q8fdDNykxLq6+18L92V2Wj3wzWEVZmH6kVy2ty1hFY4o08/phc=
=OL70
-----END PGP SIGNATURE-----
refactor: move ListOptions references to metav1
2017-01-24 08:10:17 -05:00
deads2k
466822b370
remove go get failing import comment
2017-01-19 13:02:01 -05:00
deads2k
64ca3b645e
move utils used in restclient to client-go
2017-01-19 10:27:27 -05:00
Dr. Stefan Schimanski
855c38d53e
genericapiserver: fix imports
2017-01-19 10:27:27 -05:00
Dr. Stefan Schimanski
dc90e9a003
genericapiserver: move packages
...
Towards a sane k8s.io/apiserver package structure.
2017-01-19 10:27:27 -05:00
deads2k
0243c13f2a
move admission to genericapiserver
2017-01-19 10:27:27 -05:00
Clayton Coleman
e31581569e
iQEcBAABCAAGBQJYfoobAAoJED0WkGtPHFyz80gH/RNPz9wEQ9kjzmq5Zccmxcnn
...
Nz8+i0Ksr4dvwTV7SaYO8NHpkqTR6z5X1vLlwIAve/hjCyvZ58xT1qEbPyXNWXvq
sYgj1b490wdrF0cFQVY7YoKUK5FgwGnmdK+vXG2bUZl6qlnik742QDP5zkxPnwHI
tpz4o0SfOisxFFkktowems4SMBBLSozqChzAnhbE0b5L/+bLcxOkNaZ8w0CPX5TE
1uVpw+lAuLq/10XKBhWb6wyc/2+aW0EfUs/4JIK69giPY+Km0QMejIJ4UYc6ml2F
DOGcWR+nKbeMIi6TFMZd1MdfLhSzipRxCECv1MYEZgIg3nGchYdybriJiYG8R3M=
=DxiX
-----END PGP SIGNATURE-----
Correct import statements
2017-01-18 07:43:45 -05:00
Clayton Coleman
474b80883a
iQEcBAABCAAGBQJYfoneAAoJED0WkGtPHFyzON8H/2oS1qSlJg/iJ8Ia6Hf/U7/k
...
i7CaVgRIrMJbxPbPeXSE9UZuoUkuM8R9/J5J1Nu/ZNhEoHfUDWCKvLTIyRmplrIX
GW/I7LHoRaFdi4RDQLprBdbWJt0Vyi2JNwIoX8EDsNT9/09WmRbNaganoQ35bos0
ath62hBu34h1xIa9vXf+eh08IqReNraztRD/f7SOfHk2qhLQGREDqPUC/jEkrW5+
45+mT2RvzTmnY2yoMxh1StpISqxOTX/R9Pt8wWwY7LcC0s9GLMYpTRMynaWr40rb
30XEdFr6O5sRui4Ho2pjb0YY2NuhyPhiEfGMY2p+zRO9uXaFhQJBxd4OnDNXPp4=
=bile
-----END PGP SIGNATURE-----
Move APIs and core code to use metav1.ObjectMeta
2017-01-18 07:43:45 -05:00
Dr. Stefan Schimanski
05c91315e2
Move first pkg/api/validation's into apimachinery
2017-01-17 10:46:17 -05:00
Dr. Stefan Schimanski
c0fd39038a
genericapiserver: cut off pkg/serviceaccount dependency
2017-01-17 10:46:17 -05:00
deads2k
1f282a1786
move name generation to generic api server storage helpers
2017-01-17 10:46:17 -05:00
deads2k
5ec0163a4f
mechanicals
2017-01-16 15:01:42 -05:00
deads2k
708baaf567
move no k8s.io/kubernetes deps to apiserver
2017-01-16 15:01:42 -05:00
deads2k
d2037a9447
use apimachinery packages instead of client-go packages
2017-01-13 16:24:57 -05:00
deads2k
2284cd2bb7
mechanical repercussions
2017-01-13 13:38:51 -05:00
deads2k
6687ea314a
moves of genericapiserver packages without dependencies
2017-01-13 13:38:51 -05:00
deads2k
3af9046f55
mechanicals
2017-01-13 13:38:51 -05:00
deads2k
f22426d63f
move no k8s.io/kubernetes dependencies round one
2017-01-13 13:38:51 -05:00
deads2k
eee88cccbf
move pkg/auth/user to staging
2017-01-13 13:38:43 -05:00