Commit Graph

62 Commits

Author SHA1 Message Date
Clayton Coleman 51e5cc2b6e Handle streaming serializers more consistently
Add tests to watch behavior in both protocols (http and websocket)
against all 3 media types. Adopt the
`application/vnd.kubernetes.protobuf;stream=watch` media type for the
content that comes back from a watch call so that it can be
distinguished from a Status result.
2016-04-22 11:07:24 -04:00
deads2k cdcda3cc3c make storage enablement, serialization, and location orthogonal 2016-04-21 08:18:55 -04:00
nikhiljindal 3a6ba8a6c2 Moving more logic to genericapiserver 2016-04-19 00:03:28 -07:00
Chao Xu ee39f26808 Client-gen: handle dotted package name 2016-04-14 10:04:58 -07:00
k8s-merge-robot d9470bd08a Merge pull request #23953 from nikhiljindal/u8sServer
Automatic merge from submit-queue

moving genericapiserver command line flags to genericapiserver

cc @kubernetes/sig-api-machinery
2016-04-13 23:15:24 -07:00
nikhiljindal 2e712473aa moving genericapiserver command line flags to genericapiserver 2016-04-13 13:28:18 -07:00
Clayton Coleman 8859f12c26 Implement a streaming serializer for watch
Changeover watch to use streaming serialization. Properly version the
watch objects. Implement simple framing for JSON and Protobuf (but not
YAML).
2016-04-11 11:22:05 -04:00
nikhiljindal 3801801edd Change the port for apiserver example 2016-03-12 00:12:53 -08:00
AdoHe d96c632ee7 restore ability to run against secured etcd 2016-03-11 11:21:16 -05:00
nikhiljindal 89d20d0ab1 Moving installing swagger spec to generic api server 2016-02-10 18:33:47 -08:00
nikhiljindal 872f1cd6ad Updating methods to return error rather than using glog.Fatalf 2016-02-03 16:00:45 -08:00
nikhiljindal 2f05e12334 Adding test for apiserver example 2016-02-02 15:42:29 -08:00