We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently check for nil NAB backupSpec in code
oadp-non-admin/internal/common/function/function.go
Lines 96 to 98 in 4b2f57f
instead of using Kubernetes API validation. To achieve this, we just need to remove omitempty here
omitempty
oadp-non-admin/api/v1alpha1/nonadminbackup_types.go
Line 40 in 4b2f57f
The text was updated successfully, but these errors were encountered:
mateusoliveira43
No branches or pull requests
We currently check for nil NAB backupSpec in code
oadp-non-admin/internal/common/function/function.go
Lines 96 to 98 in 4b2f57f
instead of using Kubernetes API validation. To achieve this, we just need to remove
omitempty
hereoadp-non-admin/api/v1alpha1/nonadminbackup_types.go
Line 40 in 4b2f57f
The text was updated successfully, but these errors were encountered: