kubernetes/pkg/api/rest
Clayton Coleman 428d2263e5 Graceful deletion of resources
This commit adds support to core resources to enable deferred deletion
of resources.  Clients may optionally specify a time period after which
resources must be deleted via an object sent with their DELETE. That
object may define an optional grace period in seconds, or allow the
default "preferred" value for a resource to be used. Once the object
is marked as pending deletion, the deletionTimestamp field will be set
and an etcd TTL will be in place.

Clients should assume resources that have deletionTimestamp set will
be deleted at some point in the future.  Other changes will come later
to enable graceful deletion on a per resource basis.
2015-03-19 15:33:32 -04:00
..
resttest Graceful deletion of resources 2015-03-19 15:33:32 -04:00
create_test.go Add an rc strategy, start delta validating updates 2015-03-13 13:09:03 -07:00
create.go Expose new REST strategy methods for Pods 2015-02-13 12:12:50 -05:00
delete.go Graceful deletion of resources 2015-03-19 15:33:32 -04:00
doc.go Add name generation and normalize common create flows 2015-02-02 14:44:53 -05:00
types.go Improvements to namespace registry to align with pod model 2015-03-16 10:16:28 -04:00
update_test.go Expand test coverage in master, kubectl/cmd/util, pkg/registry/resourcequota, and api/rest. 2015-03-07 15:24:39 -08:00
update.go Expose new REST strategy methods for Pods 2015-02-13 12:12:50 -05:00