Skip to content

Commit f8a9e8c

Browse files
authored
(DOCSP-37765) Add year units to frequency and retention settings. (#40)
* (DOCSP-37765) Add year units to frequency and retention settings. * (DOCSP-37765) Tech review. * (DOCSP-37765) Copy review.
1 parent 8f23b8a commit f8a9e8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/atlasbackuppolicy-custom-resource.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ documentation to customize your specifications.
113113
Sunday.
114114
- Monthly: ``1`` through ``28`` and ``40``, where ``1`` is the first
115115
day of the month and ``40`` is the last day of the month.
116+
- Yearly: ``1`` through ``12``, where ``1`` is the first day of
117+
January, and ``12`` is the first day of December.
116118

117119
.. setting:: spec.items.frequencyType
118120

@@ -122,7 +124,7 @@ documentation to customize your specifications.
122124

123125
String that indicates the frequency associated with the backup
124126
policy item. Accepted values are: ``hourly``, ``daily``, ``weekly``,
125-
or ``monthly``.
127+
``monthly``, or ``yearly``.
126128

127129
.. note::
128130

@@ -138,7 +140,7 @@ documentation to customize your specifications.
138140
String that indicates the scope of the backup policy item. Together
139141
with :setting:`spec.items.retentionValue`, these settings define the
140142
length of time to retain snapshots. Accepted values are: ``days``,
141-
``weeks``, or ``months``.
143+
``weeks``, ``months``, or ``years``.
142144

143145
.. setting:: spec.items.retentionValue
144146

0 commit comments

Comments
 (0)