mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
29 lines
904 B
Plaintext
29 lines
904 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-api.adoc
|
|
:_mod-docs-content-type: REFERENCE
|
|
|
|
[id="applicationconfig-type_{context}"]
|
|
= ApplicationConfig type
|
|
|
|
[role="_abstract"]
|
|
The following are `ApplicationConfig` {oadp-short} APIs:
|
|
|
|
.ApplicationConfig
|
|
[options="header"]
|
|
|===
|
|
|Property|Type|Description
|
|
|
|
|`velero`
|
|
|*link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#VeleroConfig[VeleroConfig]
|
|
|Defines the configuration for the Velero server.
|
|
|
|
|`restic`
|
|
|*link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#ResticConfig[ResticConfig]
|
|
|Defines the configuration for the Restic server.
|
|
|===
|
|
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#ApplicationConfig[Complete schema definitions for the type `ApplicationConfig`] |