Skip to content

Commit da8c29a

Browse files
committed
Fixing xref issue
1 parent d28bfbf commit da8c29a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

backup_and_restore/application_backup_and_restore/oadp-api.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ include::modules/resticconfig-type.adoc[leveloffset=+1]
4545

4646
include::modules/podconfig-type.adoc[leveloffset=+1]
4747

48+
[role="_additional-resources"]
49+
.Additional resources
50+
* xref:../../backup_and_restore/application_backup_and_restore/oadp-api.adoc#oadp-configuring-node-agents_oadp-api[Configuring node agents and node labels]
51+
* xref:../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc#oadp-setting-resource-limits-and-requests_installing-oadp-aws[Setting Velero CPU and memory resource allocations]
52+
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#PodConfig[Complete schema definitions for the type `PodConfig`]
53+
4854
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+1]
4955

5056
include::modules/features-type.adoc[leveloffset=+1]

modules/podconfig-type.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,16 @@ The following are `SnapshotLocation` {oadp-short} APIs:
1616
|`nodeSelector`
1717
|map [ link:https://pkg.go.dev/builtin#string[string] ] link:https://pkg.go.dev/builtin#string[string]
1818
|Defines the `nodeSelector` to be supplied to a `Velero` `podSpec` or a `Restic` `podSpec`.
19-
For more details, see xref:../../backup_and_restore/application_backup_and_restore/oadp-api.adoc#oadp-configuring-node-agents_oadp-api[Configuring node agents and node labels].
2019

2120
|`tolerations`
2221
|[]link:https://pkg.go.dev/k8s.io/api/core/v1#Toleration[Toleration]
2322
|Defines the list of tolerations to be applied to a Velero deployment or a Restic `daemonset`.
2423

2524
|`resourceAllocations`
2625
|link:https://pkg.go.dev/k8s.io/api/core/v1#ResourceRequirements[ResourceRequirements]
27-
|Set specific resource `limits` and `requests` for a `Velero` pod or a `Restic` pod as described in xref:../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc#oadp-setting-resource-limits-and-requests_installing-oadp-aws[Setting Velero CPU and memory resource allocations].
26+
|Set specific resource `limits` and `requests` for a `Velero` pod or a `Restic` pod as described in the Setting Velero CPU and memory resource allocations section.
2827

2928
|`labels`
3029
|map [ link:https://pkg.go.dev/builtin#string[string] ] link:https://pkg.go.dev/builtin#string[string]
3130
|Labels to add to pods.
3231
|===
33-
34-
[role="_additional-resources"]
35-
.Additional resources
36-
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#PodConfig[Complete schema definitions for the type `PodConfig`]

0 commit comments

Comments
 (0)