mirror of https://github.com/k3s-io/k3s
![]() 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. |
||
---|---|---|
.. | ||
doc.go | ||
etcd_helper.go | ||
etcd_helper_test.go | ||
etcd_helper_watch.go | ||
etcd_helper_watch_test.go | ||
etcd_object.go | ||
etcd_object_test.go | ||
fake_etcd_client.go | ||
interfaces.go |