mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #98496 from openshift-cherrypick-robot/cherry-pick-98246-to-enterprise-4.20
[enterprise-4.20] Dita vale fixes for OADP API
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
[id="oadp-api"]
|
||||
= APIs used with OADP
|
||||
:toc:
|
||||
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: oadp-api
|
||||
:namespace: openshift-adp
|
||||
:local-product: OADP
|
||||
:velero-domain: velero.io
|
||||
|
||||
toc::[]
|
||||
|
||||
|
||||
[role="_abstract"]
|
||||
You can use the following APIs with {oadp-short}:
|
||||
|
||||
Velero API::
|
||||
@@ -49,11 +52,9 @@ include::modules/podconfig-type.adoc[leveloffset=+1]
|
||||
|
||||
[role="_additional-resources"]
|
||||
.Additional resources
|
||||
* xref:../../backup_and_restore/application_backup_and_restore/oadp-api.adoc#oadp-configuring-node-agents_oadp-api[Configuring node agents and node labels]
|
||||
* 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]
|
||||
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#PodConfig[Complete schema definitions for the type `PodConfig`](Go documentation)
|
||||
|
||||
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+1]
|
||||
* xref:../../backup_and_restore/application_backup_and_restore/oadp-features-plugins#oadp-features-plugins[OADP plugins]
|
||||
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#PodConfig[Complete schema definitions for the type `PodConfig`](Go documentation)
|
||||
|
||||
include::modules/features-type.adoc[leveloffset=+1]
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="applicationconfig-type_{context}"]
|
||||
= ApplicationConfig type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `ApplicationConfig` {oadp-short} APIs:
|
||||
|
||||
.ApplicationConfig
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="backuplocation-type_{context}"]
|
||||
= BackupLocation type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `BackupLocation` {oadp-short} APIs:
|
||||
|
||||
.BackupLocation
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="customplugin-type_{context}"]
|
||||
= CustomPlugin type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `CustomPlugin` {oadp-short} APIs:
|
||||
|
||||
.CustomPlugin
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="datamover-type_{context}"]
|
||||
= DataMover type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `DataMover` {oadp-short} APIs:
|
||||
|
||||
.DataMover
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="dataprotectionapplicationspec-type_{context}"]
|
||||
= DataProtectionApplicationSpec type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `DataProtectionApplicationSpec` {oadp-short} APIs:
|
||||
|
||||
.DataProtectionApplicationSpec
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="features-type_{context}"]
|
||||
= Features type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `Features` {oadp-short} APIs:
|
||||
|
||||
.Features
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="podconfig-type_{context}"]
|
||||
= PodConfig type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `PodConfig` {oadp-short} APIs:
|
||||
|
||||
.PodConfig
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="resticconfig-type_{context}"]
|
||||
= ResticConfig type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `ResticConfig` {oadp-short} APIs:
|
||||
|
||||
.ResticConfig
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="snapshotlocation-type_{context}"]
|
||||
= SnapshotLocation type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `SnapshotLocation` {oadp-short} APIs:
|
||||
|
||||
.SnapshotLocation
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[id="veleroconfig-type_{context}"]
|
||||
= VeleroConfig type
|
||||
|
||||
[role="_abstract"]
|
||||
The following are `VeleroConfig` {oadp-short} APIs:
|
||||
|
||||
.VeleroConfig
|
||||
@@ -25,8 +26,6 @@ The following are `VeleroConfig` {oadp-short} APIs:
|
||||
|[]link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#CustomPlugin[CustomPlugin]
|
||||
|Used for installation of custom Velero plugins.
|
||||
|
||||
Default and custom plugins are described in xref:../../backup_and_restore/application_backup_and_restore/oadp-features-plugins#oadp-features-plugins[OADP plugins]
|
||||
|
||||
|`restoreResourcesVersionPriority`
|
||||
|link:https://pkg.go.dev/builtin#string[string]
|
||||
|Represents a config map that is created if defined for use in conjunction with the `EnableAPIGroupVersions` feature flag. Defining this field automatically adds `EnableAPIGroupVersions` to the Velero server feature flag.
|
||||
|
||||
Reference in New Issue
Block a user