Skip to content

Commit 3f11b98

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent e1b2e11 commit 3f11b98

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,20 @@ type Import struct {
15661566
// `pg_restore` are invoked, avoiding data import. Default: `false`.
15671567
// +optional
15681568
SchemaOnly bool `json:"schemaOnly,omitempty"`
1569+
1570+
// List of custom options to pass to the `pg_dump` command. IMPORTANT:
1571+
// Use these options with caution and at your own risk, as the operator
1572+
// does not validate their content. Be aware that certain options may
1573+
// conflict with the operator's intended functionality or design.
1574+
// +optional
1575+
PgDumpExtraOptions []string `json:"pgDumpExtraOptions,omitempty"`
1576+
1577+
// List of custom options to pass to the `pg_restore` command. IMPORTANT:
1578+
// Use these options with caution and at your own risk, as the operator
1579+
// does not validate their content. Be aware that certain options may
1580+
// conflict with the operator's intended functionality or design.
1581+
// +optional
1582+
PgRestoreExtraOptions []string `json:"pgRestoreExtraOptions,omitempty"`
15691583
}
15701584

15711585
// ImportSource describes the source for the logical snapshot

pkg/api/v1/zz_generated.deepcopy.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)