You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _topic_maps/_topic_map.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3628,17 +3628,17 @@ Topics:
3628
3628
Topics:
3629
3629
- Name: Restoring applications
3630
3630
File: restoring-applications
3631
-
- Name: OADP Self-Service
3632
-
Dir: oadp-self-service
3633
-
Topics:
3634
-
- Name: OADP Self-Service
3635
-
File: oadp-self-service
3636
-
- Name: OADP Self-Service cluster admin use cases
3637
-
File: oadp-self-service-cluster-admin-use-cases
3638
-
- Name: OADP Self-Service namespace admin use cases
3639
-
File: oadp-self-service-namespace-admin-use-cases
3640
-
- Name: OADP Self-Service troubleshooting
3641
-
File: oadp-self-service-troubleshooting
3631
+
#- Name: OADP Self-Service Note:Commenting out this block because the PR is huge and I would like to get the files merged. I will open a separate PR to un-comment this block on the date of GA.
3632
+
# Dir: oadp-self-service
3633
+
# Topics:
3634
+
# - Name: OADP Self-Service
3635
+
# File: oadp-self-service
3636
+
# - Name: OADP Self-Service cluster admin use cases
3637
+
# File: oadp-self-service-cluster-admin-use-cases
3638
+
# - Name: OADP Self-Service namespace admin use cases
{oadp-full} 1.5.0 introduces a new feature named {oadp-short} Self-Service, enabling namespace admin users to back up and restore applications on {product-title}.
9
+
{oadp-full}({oadp-short}) 1.5.0 introduces a new feature named {oadp-short} Self-Service, enabling namespace admin users to back up and restore applications on {product-title}.
Copy file name to clipboardExpand all lines: modules/oadp-self-service-phases.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ The phase of the CRs only progress forward. Once a phase transitions to the next
13
13
.Phases
14
14
|===
15
15
|*Value* |*Description*
16
-
|New|A creation request of the NAB or NAR CRs is accepted by the NAC, but it has not yet been validated by the NAC.
17
-
|BackingOff|NAB or NAR CRs are invalidated by the NAC CR because of an invalid `spec` of the NAB or NAR CRs.
16
+
|New|A creation request of the NAB or NAR CR is accepted by the NAC, but it has not yet been validated by the NAC.
17
+
|BackingOff|NAB or NAR CR is invalidated by the NAC CR because of an invalid `spec` of the NAB or NAR CR.
18
18
19
-
The namespace admin user can update the NAB or NAR `spec` to comply with the policies set by the administrator. After the namespace admin user edits the CRs, the NAC reconciles the CRs again.
19
+
The namespace admin user can update the NAB or NAR `spec` to comply with the policies set by the administrator. After the namespace admin user edits the CRs, the NAC reconciles the CR again.
20
20
|Created|NAB or NAR CR is validated by the NAC, and the `Velero` backup or restore object is created.
21
21
|Deletion|NAB or NAR CR is marked for deletion. The NAC deletes the corresponding `Velero` backup or restore object. When the `Velero` object is deleted, the NAB or NAR CR is also deleted.
0 commit comments