We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852897b commit 596166cCopy full SHA for 596166c
pkg/api/v1/cluster_types.go
@@ -2363,8 +2363,9 @@ type PluginConfiguration struct {
2363
// +optional
2364
Enabled *bool `json:"enabled,omitempty"`
2365
2366
- // Only one plugin can be declared as WALArchiver.
2367
- // Cannot be active if ".spec.backup.barmanObjectStore" configuration is present.
+ // Marks the plugin as the WAL archiver. At most one plugin can be
+ // designated as a WAL archiver. This cannot be enabled if the
2368
+ // `.spec.backup.barmanObjectStore` configuration is present.
2369
// +kubebuilder:default:=false
2370
2371
IsWALArchiver *bool `json:"isWALArchiver,omitempty"`
0 commit comments