Files
kubernetes/pkg
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-19 22:25:52 -08:00
2015-03-01 22:35:17 -05:00
2015-03-01 22:35:17 -05:00
2014-09-16 15:19:02 -07:00
2015-02-23 13:53:21 -08:00
2015-02-23 13:53:21 -08:00
2014-11-02 22:26:45 -08:00
2015-02-20 08:49:12 -08:00
2015-03-01 22:35:17 -05:00
2015-02-23 13:53:21 -08:00
2015-03-01 22:35:17 -05:00
2015-02-23 13:53:21 -08:00
2015-01-14 15:22:21 -08:00
2015-02-17 21:15:42 -08:00