-
Notifications
You must be signed in to change notification settings - Fork 65
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(cluster-backup): add apis for managing backup storage location #7108
base: main
Are you sure you want to change the base?
Conversation
98e472a
to
88e4677
Compare
/hold |
ec1f5b2
to
61ce3c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide a proper description for your PR and reference the GitHub ticket against which you are making these changes.
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
0bee321
to
6712bcd
Compare
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
ac930af
to
1c642a0
Compare
3298085
to
2f9c3bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only re-reviewed the validation for the user. Everything else i'll review later.
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
modules/api/pkg/ee/clusterbackup/backupstoragelocation/handler.go
Outdated
Show resolved
Hide resolved
Signed-off-by: rajaSahil <[email protected]>
Signed-off-by: rajaSahil <[email protected]>
Signed-off-by: rajaSahil <[email protected]>
Signed-off-by: rajaSahil <[email protected]>
Signed-off-by: rajaSahil <[email protected]>
Signed-off-by: rajaSahil <[email protected]>
Signed-off-by: Waleed Malik <[email protected]>
0217c1a
to
f0f5987
Compare
/unhold |
Signed-off-by: Waleed Malik <[email protected]>
f0f5987
to
58673b5
Compare
Signed-off-by: rajaSahil <[email protected]>
…r license verification Signed-off-by: rajaSahil <[email protected]>
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: b9e3218aee2d7c55641e744f602da39acafdcf8c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rajaSahil: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
What this PR does / why we need it:
Introduce API endpoints for managing Backup Storage Locations in a user cluster. These API endpoints are used to manage BSLs for the functionality/feature of importing external cluster backups.
The following endpoints have been introduced:
Which issue(s) this PR fixes:
xref #7008
What type of PR is this?
/kind feature
Special notes for your reviewer:
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation: