feat(bigtable): implement BigtableSchemaBundle direct controller and mock (fixes #6646)#6851
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I have added a new mapper unit test and an E2E test fixture to this PR to further verify the |
5af7d70 to
2f4e709
Compare
…mock
This PR adds the BigtableSchemaBundle CRD and its direct controller implementation.
BigtableSchemaBundle is a resource under Table, following the pattern:
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
The implementation includes:
- BigtableSchemaBundle CRD in v1alpha1.
- Direct controller implementation for CRUD operations.
- Mock GCP implementation for Bigtable SchemaBundle methods.
- Comprehensive mapper unit tests and E2E test fixtures.
- Fixes for package shadowing and alias issues in v1alpha1.
Fixes GoogleCloudPlatform#6641
2f4e709 to
869fac4
Compare
…king change to certificatemanager
This PR is a replacement for #6646, as I encountered permission issues when trying to push to the original fork. It includes the complete implementation of BigtableSchemaBundle direct controller and mock.
Fixes #6641