mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
28 lines
713 B
Plaintext
28 lines
713 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-api.adoc
|
|
:_mod-docs-content-type: REFERENCE
|
|
|
|
[id="customplugin-type_{context}"]
|
|
= CustomPlugin type
|
|
|
|
[role="_abstract"]
|
|
The following are `CustomPlugin` {oadp-short} APIs:
|
|
|
|
.CustomPlugin
|
|
[options="header"]
|
|
|===
|
|
|Property|Type|Description
|
|
|
|
|`name`
|
|
|link:https://pkg.go.dev/builtin#string[string]
|
|
|Name of custom plugin.
|
|
|
|
|`image`
|
|
|link:https://pkg.go.dev/builtin#string[string]
|
|
|Image of custom plugin.
|
|
|===
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#CustomPlugin[Complete schema definitions for the type `CustomPlugin`] |