Skip to content

Commit

Permalink
Merge pull request #1177 from pospispa/update-deletionTimestamp-with-…
Browse files Browse the repository at this point in the history
…finalizer-info

Automatic merge from submit-queue.

Update deletionTimestamp with information about finalizer effect.

Updating description of `deletionTimestamp` as adviced [here](#1174 (comment)).
  • Loading branch information
Kubernetes Submit Queue committed Oct 12, 2017
2 parents 586dcd7 + 1cd86bd commit f8bd922
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions contributors/devel/api-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,12 @@ an object was created
after which this resource will be deleted. This field is set by the server when
a graceful deletion is requested by the user, and is not directly settable by a
client. The resource will be deleted (no longer visible from resource lists, and
not reachable by name) after the time in this field. Once set, this value may
not be unset or be set further into the future, although it may be shortened or
the resource may be deleted prior to this time.
not reachable by name) after the time in this field except when the object has
a finalizer set. In case the finalizer is set the deletion of the object is
postponed at least until the finalizer is removed.
Once the deletionTimestamp is set, this value may not be unset or be set further
into the future, although it may be shortened or the resource may be deleted
prior to this time.
* labels: a map of string keys and values that can be used to organize and
categorize objects (see [the labels docs](https://kubernetes.io/docs/user-guide/labels/))
* annotations: a map of string keys and values that can be used by external
Expand Down

0 comments on commit f8bd922

Please sign in to comment.