Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add types, mappers and fuzzer for GKEBackupRestore #4259

Merged
Prev Previous commit
Next Next commit
chore: fix go lint error
jingyih committed Apr 4, 2025
commit b7d7c4c42f85a7532faab8dd24e34aae689dbb67
2 changes: 1 addition & 1 deletion apis/gkebackup/v1alpha1/restore_types.go
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ type GKEBackupRestoreSpec struct {
// Optional. Immutable. Filters resources for `Restore`. If not specified, the
// scope of the restore will remain the same as defined in the `RestorePlan`.
// If this is specified, and no resources are matched by the
// `inclusion_filters` or everyting is excluded by the `exclusion_filters`,
// `inclusion_filters` or everything is excluded by the `exclusion_filters`,
// nothing will be restored. This filter can only be specified if the value of
// [namespaced_resource_restore_mode][google.cloud.gkebackup.v1.RestoreConfig.namespaced_resource_restore_mode]
// is set to `MERGE_SKIP_ON_CONFLICT`, `MERGE_REPLACE_VOLUME_ON_CONFLICT` or
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ spec:
description: Optional. Immutable. Filters resources for `Restore`.
If not specified, the scope of the restore will remain the same
as defined in the `RestorePlan`. If this is specified, and no resources
are matched by the `inclusion_filters` or everyting is excluded
are matched by the `inclusion_filters` or everything is excluded
by the `exclusion_filters`, nothing will be restored. This filter
can only be specified if the value of [namespaced_resource_restore_mode][google.cloud.gkebackup.v1.RestoreConfig.namespaced_resource_restore_mode]
is set to `MERGE_SKIP_ON_CONFLICT`, `MERGE_REPLACE_VOLUME_ON_CONFLICT`