mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-26 20:35:41 -04:00
Combine the fields that will be used for content transformation (content-type, codec, and group version) into a single struct in client, and then pass that struct into the rest client and request. Set the content-type when sending requests to the server, and accept the content type as primary. Will form the foundation for content-negotiation via the client. |
||
|---|---|---|
| .. | ||
| algorithm | ||
| algorithmprovider | ||
| api | ||
| factory | ||
| metrics | ||
| extender.go | ||
| extender_test.go | ||
| generic_scheduler.go | ||
| generic_scheduler_test.go | ||
| modeler.go | ||
| modeler_test.go | ||
| scheduler.go | ||
| scheduler_test.go | ||