Files
kubernetes/pkg/apiserver
Clayton Coleman 3d290089ae Minimal status mutation change
PUT /api/v1beta3/namespaces/default/pods/foo/status
    {
      "metadata": {...}, // allowed for valid values
      "spec": {}, // ignored
      "status": {...}, // allowed, except for Host
    }

Exposes the simplest possibly change. Needs a slight refactoring
to RESTUpdateStrategy to split merging which can be done in a
follow up.
2015-03-01 22:35:17 -05:00
..
2014-11-05 16:06:22 -08:00
2014-09-27 21:38:51 -07:00
2015-02-24 10:10:04 -08:00
2015-02-17 15:58:18 -08:00
2015-02-17 15:58:18 -08:00