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

mockgcp: add support for storage bucket list #3469

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

justinsb
Copy link
Collaborator

  • tests: add mock tests that use gcloud
  • mockgcp: add support for storage bucket list

This can enable testing of mockgcp before we have the full controller etc.
This isn't needed by KCC (today), but is a good test for our direct tests.
Copy link
Collaborator

@yuwenma yuwenma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

Reviewed the last comment. Looks good!
Do you want to merge #3468 first ? Or just on this ?

services := mockgcp.ListServices()

// We need a hard-coded list, because we don't always mockgcp available
services := []string{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we have more and more hard-coded lists in the MockGCP, we may want to start moving them to its own file mockgcp/const dir or at least to the top of this file, otherwise the maintenance overhead will continue grow dramatically.

Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: yuwenma

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants