Files
kubernetes/pkg/api
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
..
2015-02-10 09:50:50 -05:00
2015-02-10 09:50:50 -05:00
2014-11-18 09:25:42 -05:00
2015-02-23 13:53:21 -08:00
2015-03-01 22:35:17 -05:00
2015-02-12 20:44:20 -05:00
2015-01-28 15:03:19 -05:00
2014-11-13 15:25:49 -05:00
2015-02-18 11:54:56 -05:00