Retain Until
Ontology Key Identifier
storage.native.cloud/retainUntilApplicable Contexts
Section titled “Applicable Contexts”Kubernetes Annotation✓
Kubernetes Label—
Kubernetes Taint—
ResourceClaim—
Description
Section titled “Description”Use this key to specify the minimum retention period for storage.
The timestamp indicates when the data must be retained until. Data must not be deleted before this timestamp. This is typically used for legal holds, regulatory compliance requirements, or business policies that mandate minimum retention periods.
After this timestamp, the data may still be kept, but the retention requirement no longer applies.
Some timestamps are valid under ISO 8601 but not for this annotation.
For example, 2027-01-01T00:00:00 is valid under ISO 8601 but not for this annotation
(because it lacks timezone information).
Example Values
Section titled “Example Values”2027-01-01T00:00:00Z2032-12-31T23:59:59+00:002028-03-15T09:00:00-04:00