k3s/pkg/api/v1beta3
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
..
conversion.go Adding conversion functions for event field selectors 2015-03-12 14:10:51 -07:00
conversion_test.go Internal rename api.Minion -> api.Node 2014-12-10 12:08:18 -05:00
defaults.go Convert RestartPolicy to string for v1beta3. 2015-03-13 18:38:07 -07:00
defaults_test.go Remove BoundPod structure 2015-03-17 10:27:41 +01:00
doc.go Move IsAnAPIObject() declarations to register.go 2014-10-07 14:09:01 -04:00
register.go Graceful deletion of resources 2015-03-19 15:33:32 -04:00
types.go Graceful deletion of resources 2015-03-19 15:33:32 -04:00